Html Css Color HEX #D66987 Charm

📋 copy color: '#D66987'

red 214 ◦ green 105 ◦ blue 135

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

Shades of Charm #D66987

Tints of Charm #D66987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.13%

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

R = 47.14%
G = 23.13%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D66987 (or 0xD66987) is known color: Charm. HEX triplet: D6, 69 and 87. RGB value is (214,105,135). Sum of RGB (Red+Green+Blue) = 214+105+135=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D66987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66987 is #299678. Grayscale: #8D8D8D. Windows color (decimal): -2725497 or 8874454. OLE color: 8874454.

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

Color convert

RGB 214 105 135 -
CMYK 0 0.51 0.37 0.16
HSL 343.49º 0.57% 0.63% -
HSV(B) 343.49º 0.51% 0.84% -
XYZ 37.16 26.15 26.01 -
YUV 141.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 214 105 135 0 0.51 0.37 0.16 343.49 0.57 0.63
Hex D6 69 87 0 33 25 10 157 39 3F
Octal 326 151 207 0 63 45 20 527 71 77
Binary 11010110 1101001 10000111 0 110011 100101 10000 101010111 111001 111111

Color Harmonies of #D66987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66987

Black with #D66987

Text Example


Text Example

White with #D66987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66987; }

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

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

background-color css

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

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

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

border-color css

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

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

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