Html Css Color HEX #D66C82 Charm

📋 copy color: '#D66C82'

red 214 ◦ green 108 ◦ blue 130

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

Shades of Charm #D66C82

Tints of Charm #D66C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.76%

R = 47.35%
G = 23.89%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D66C82 (or 0xD66C82) is known color: Charm. HEX triplet: D6, 6C and 82. RGB value is (214,108,130). Sum of RGB (Red+Green+Blue) = 214+108+130=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66C82 is #29937D. Grayscale: #8E8E8E. Windows color (decimal): -2724734 or 8547542. OLE color: 8547542.

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

Color convert

RGB 214 108 130 -
CMYK 0 0.50 0.39 0.16
HSL 347.55º 0.56% 0.63% -
HSV(B) 347.55º 0.5% 0.84% -
XYZ 37.12 26.63 24.3 -
YUV 142.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 214 108 130 0 0.50 0.39 0.16 347.55 0.56 0.63
Hex D6 6C 82 0 32 27 10 15C 38 3F
Octal 326 154 202 0 62 47 20 534 70 77
Binary 11010110 1101100 10000010 0 110010 100111 10000 101011100 111000 111111

Color Harmonies of #D66C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C82

Black with #D66C82

Text Example


Text Example

White with #D66C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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