Html Css Color HEX #D66C89 Charm

📋 copy color: '#D66C89'

red 214 ◦ green 108 ◦ blue 137

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

Shades of Charm #D66C89

Tints of Charm #D66C89

RGB

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

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

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

R = 46.62%
G = 23.53%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D66C89 (or 0xD66C89) is known color: Charm. HEX triplet: D6, 6C and 89. RGB value is (214,108,137). Sum of RGB (Red+Green+Blue) = 214+108+137=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66C89 is #299376. Grayscale: #8E8E8E. Windows color (decimal): -2724727 or 9006294. OLE color: 9006294.

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

Color convert

RGB 214 108 137 -
CMYK 0 0.50 0.36 0.16
HSL 343.58º 0.56% 0.63% -
HSV(B) 343.58º 0.5% 0.84% -
XYZ 37.61 26.83 26.86 -
YUV 143 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 214 108 137 0 0.50 0.36 0.16 343.58 0.56 0.63
Hex D6 6C 89 0 32 24 10 158 38 3F
Octal 326 154 211 0 62 44 20 530 70 77
Binary 11010110 1101100 10001001 0 110010 100100 10000 101011000 111000 111111

Color Harmonies of #D66C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C89

Black with #D66C89

Text Example


Text Example

White with #D66C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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