Html Css Color HEX #D66E89 Charm

📋 copy color: '#D66E89'

red 214 ◦ green 110 ◦ blue 137

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

Shades of Charm #D66E89

Tints of Charm #D66E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 137 (53.91% from 255) = 29.72%

R = 46.42%
G = 23.86%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D66E89 (or 0xD66E89) is known color: Charm. HEX triplet: D6, 6E and 89. RGB value is (214,110,137). Sum of RGB (Red+Green+Blue) = 214+110+137=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E89 is #299176. Grayscale: #909090. Windows color (decimal): -2724215 or 9006806. OLE color: 9006806.

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

Color convert

RGB 214 110 137 -
CMYK 0 0.49 0.36 0.16
HSL 344.42º 0.56% 0.64% -
HSV(B) 344.42º 0.49% 0.84% -
XYZ 37.82 27.25 26.93 -
YUV 144.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 214 110 137 0 0.49 0.36 0.16 344.42 0.56 0.64
Hex D6 6E 89 0 31 24 10 158 38 40
Octal 326 156 211 0 61 44 20 530 70 100
Binary 11010110 1101110 10001001 0 110001 100100 10000 101011000 111000 1000000

Color Harmonies of #D66E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E89

Black with #D66E89

Text Example


Text Example

White with #D66E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E89; }

 p { color: rgb(214,110,137); }

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

background-color css

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

 a { background-color: rgb(214,110,137); }

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

border-color css

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

 span { border-color: rgb(214,110,137); }

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