Html Css Color HEX #D66C80 Charm

📋 copy color: '#D66C80'

red 214 ◦ green 108 ◦ blue 128

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

Shades of Charm #D66C80

Tints of Charm #D66C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 47.56%
G = 24%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D66C80 (or 0xD66C80) is known color: Charm. HEX triplet: D6, 6C and 80. RGB value is (214,108,128). Sum of RGB (Red+Green+Blue) = 214+108+128=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66C80 is #29937F. Grayscale: #8E8E8E. Windows color (decimal): -2724736 or 8416470. OLE color: 8416470.

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

Color convert

RGB 214 108 128 -
CMYK 0 0.50 0.40 0.16
HSL 348.68º 0.56% 0.63% -
HSV(B) 348.68º 0.5% 0.84% -
XYZ 36.99 26.58 23.6 -
YUV 141.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 214 108 128 0 0.50 0.40 0.16 348.68 0.56 0.63
Hex D6 6C 80 0 32 28 10 15D 38 3F
Octal 326 154 200 0 62 50 20 535 70 77
Binary 11010110 1101100 10000000 0 110010 101000 10000 101011101 111000 111111

Color Harmonies of #D66C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C80

Black with #D66C80

Text Example


Text Example

White with #D66C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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