#D36886

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

Shades of Charm #D36886

Tints of Charm #D36886

Color information

#D36886 (or 0xD36886) is unknown color: approx Charm. HEX triplet: D3, 68 and 86. RGB value is (211,104,134). Sum of RGB (Red+Green+Blue) = 211+104+134=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D36886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36886 is #2C9779. Grayscale: #8B8B8B. Windows color (decimal): -2922362 or 8808659. OLE color: 8808659.

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

Color convert

RGB211104134-
CMYK00.510.360.17
HSL343.18º54.87%61.76%-
HSV(B)343.18º50.71%82.75%-
XYZ36.1225.4725.57-
YUV139.41124.95179.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.99%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=46.99%
G=23.16%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110413400.510.360.17343.1854.8761.76
HexD368860332411157373e
Octal32315020606344215276776
Binary11010011110100010000110011001110010010001101010111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36886; }

 p { color: rgb(211,104,134); }

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

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

 a { background-color: rgb(211,104,134); }

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

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

 span { border-color: rgb(211,104,134); }

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