Html Css Color HEX #D66B82 Charm

📋 copy color: '#D66B82'

red 214 ◦ green 107 ◦ blue 130

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

Shades of Charm #D66B82

Tints of Charm #D66B82

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.73%

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

R = 47.45%
G = 23.73%
B = 28.82%

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

#D66B82 (or 0xD66B82) is known color: Charm. HEX triplet: D6, 6B and 82. RGB value is (214,107,130). Sum of RGB (Red+Green+Blue) = 214+107+130=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66B82 is #29947D. Grayscale: #8D8D8D. Windows color (decimal): -2724990 or 8547286. OLE color: 8547286.

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

Color convert

RGB 214 107 130 -
CMYK 0 0.50 0.39 0.16
HSL 347.1º 0.57% 0.63% -
HSV(B) 347.1º 0.5% 0.84% -
XYZ 37.02 26.42 24.27 -
YUV 141.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 214 107 130 0 0.50 0.39 0.16 347.1 0.57 0.63
Hex D6 6B 82 0 32 27 10 15B 39 3F
Octal 326 153 202 0 62 47 20 533 71 77
Binary 11010110 1101011 10000010 0 110010 100111 10000 101011011 111001 111111

Color Harmonies of #D66B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B82

Black with #D66B82

Text Example


Text Example

White with #D66B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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