#D36B82

Color #D36B82 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #D36B82

Tints of Charm #D36B82

Color information

#D36B82 (or 0xD36B82) is unknown color: approx Charm. HEX triplet: D3, 6B and 82. RGB value is (211,107,130). Sum of RGB (Red+Green+Blue) = 211+107+130=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D36B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36B82 is #2C947D. Grayscale: #8C8C8C. Windows color (decimal): -2921598 or 8547283. OLE color: 8547283.

HSL color Cylindrical-coordinate representation of color #D36B82: hue angle of 346.73º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36B82 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB211107130-
CMYK00.490.380.17
HSL346.73º54.17%62.35%-
HSV(B)346.73º49.29%82.75%-
XYZ36.1525.9824.23-
YUV140.72121.96178.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=47.10%
G=23.88%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110713000.490.380.17346.7354.1762.35
HexD36B82031261115b363e
Octal32315320206146215336676
Binary11010011110101110000010011000110011010001101011011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36B82; }

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

 H1.HeaderClassName
 {
   color: #D36B82;
 }
 .AnyTagClassName
 {
   color: #D36B82;
 }
</style>
background-color css

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

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

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

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

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

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