Html Css Color HEX #D66D87 Charm

📋 copy color: '#D66D87'

red 214 ◦ green 109 ◦ blue 135

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

Shades of Charm #D66D87

Tints of Charm #D66D87

RGB

 RED value IS 214 (83.98% from 255) = 46.72%

 GREEN value IS 109 (42.97% from 255) = 23.8%

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 46.72%
G = 23.8%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D66D87 (or 0xD66D87) is known color: Charm. HEX triplet: D6, 6D and 87. RGB value is (214,109,135). Sum of RGB (Red+Green+Blue) = 214+109+135=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66D87 is #299278. Grayscale: #8F8F8F. Windows color (decimal): -2724473 or 8875478. OLE color: 8875478.

HSL color Cylindrical-coordinate representation of color #D66D87: hue angle of 345.14º 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 #D66D87 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 135 -
CMYK 0 0.49 0.37 0.16
HSL 345.14º 0.56% 0.63% -
HSV(B) 345.14º 0.49% 0.84% -
XYZ 37.57 26.98 26.15 -
YUV 143.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 214 109 135 0 0.49 0.37 0.16 345.14 0.56 0.63
Hex D6 6D 87 0 31 25 10 159 38 3F
Octal 326 155 207 0 61 45 20 531 70 77
Binary 11010110 1101101 10000111 0 110001 100101 10000 101011001 111000 111111

Color Harmonies of #D66D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D87

Black with #D66D87

Text Example


Text Example

White with #D66D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D87; }

 p { color: rgb(214,109,135); }

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

background-color css

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

 a { background-color: rgb(214,109,135); }

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

border-color css

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

 span { border-color: rgb(214,109,135); }

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