#D36486

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

Shades of Charm #D36486

Tints of Charm #D36486

Color information

#D36486 (or 0xD36486) is unknown color: approx Charm. HEX triplet: D3, 64 and 86. RGB value is (211,100,134). Sum of RGB (Red+Green+Blue) = 211+100+134=445 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.42% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 211 - color contains mainly: red. Hex color #D36486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36486 is #2C9B79. Grayscale: #898989. Windows color (decimal): -2923386 or 8807635. OLE color: 8807635.

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

Color convert

RGB211100134-
CMYK00.530.360.17
HSL341.62º55.78%60.98%-
HSV(B)341.62º52.61%82.75%-
XYZ35.7224.6825.44-
YUV137.06126.27180.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.42%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=47.42%
G=22.47%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110013400.530.360.17341.6255.7860.98
HexD364860352411156383d
Octal32314420606544215267075
Binary11010011110010010000110011010110010010001101010110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36486; }

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

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

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

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

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

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

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

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