Html Css Color HEX #D56C8F Pale Violet Red

📋 copy color: '#D56C8F'

red 213 ◦ green 108 ◦ blue 143

#D56C8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D56C8F

Tints of Pale Violet Red #D56C8F

RGB

 RED value IS 213 (83.59% from 255) = 45.91%

 GREEN value IS 108 (42.58% from 255) = 23.28%

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 45.91%
G = 23.28%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D56C8F (or 0xD56C8F) is known color: Pale Violet Red. HEX triplet: D5, 6C and 8F. RGB value is (213,108,143). Sum of RGB (Red+Green+Blue) = 213+108+143=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56C8F is #2A9370. Grayscale: #8F8F8F. Windows color (decimal): -2790257 or 9399509. OLE color: 9399509.

HSL color Cylindrical-coordinate representation of color #D56C8F: hue angle of 340º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56C8F is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 108 143 -
CMYK 0 0.49 0.33 0.16
HSL 340º 0.56% 0.63% -
HSV(B) 340º 0.49% 0.84% -
XYZ 37.76 26.85 29.18 -
YUV 143.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 213 108 143 0 0.49 0.33 0.16 340 0.56 0.63
Hex D5 6C 8F 0 31 21 10 154 38 3F
Octal 325 154 217 0 61 41 20 524 70 77
Binary 11010101 1101100 10001111 0 110001 100001 10000 101010100 111000 111111

Color Harmonies of #D56C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C8F

Black with #D56C8F

Text Example


Text Example

White with #D56C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C8F; }

 p { color: rgb(213,108,143); }

 H1.HeaderClassName
 {
   color: #D56C8F;
 }
 .AnyTagClassName
 {
   color: #D56C8F;
 }
</style>

background-color css

<style>
 a { background-color: #D56C8F; }

 a { background-color: rgb(213,108,143); }

 div.DivClassName
 {
   background-color: #D56C8F;
 }
 .BgClassName
 {
   background-color: #D56C8F;
 }
</style>

border-color css

<style>
 span { border-color: #D56C8F; }

 span { border-color: rgb(213,108,143); }

 td.TdClassName
 {
   border-color: #D56C8F;
 }
 .TagClassName
 {
   border-color: #D56C8F;
 }
</style>