Html Css Color HEX #D66988 Charm

📋 copy color: '#D66988'

red 214 ◦ green 105 ◦ blue 136

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

Shades of Charm #D66988

Tints of Charm #D66988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.89%

R = 47.03%
G = 23.08%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D66988 (or 0xD66988) is known color: Charm. HEX triplet: D6, 69 and 88. RGB value is (214,105,136). Sum of RGB (Red+Green+Blue) = 214+105+136=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D66988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66988 is #299677. Grayscale: #8D8D8D. Windows color (decimal): -2725496 or 8939990. OLE color: 8939990.

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

Color convert

RGB 214 105 136 -
CMYK 0 0.51 0.36 0.16
HSL 342.94º 0.57% 0.63% -
HSV(B) 342.94º 0.51% 0.84% -
XYZ 37.23 26.18 26.38 -
YUV 141.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 214 105 136 0 0.51 0.36 0.16 342.94 0.57 0.63
Hex D6 69 88 0 33 24 10 157 39 3F
Octal 326 151 210 0 63 44 20 527 71 77
Binary 11010110 1101001 10001000 0 110011 100100 10000 101010111 111001 111111

Color Harmonies of #D66988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66988

Black with #D66988

Text Example


Text Example

White with #D66988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66988; }

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

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

background-color css

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

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

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

border-color css

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

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

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