#D36580

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

Shades of Charm #D36580

Tints of Charm #D36580

Color information

#D36580 (or 0xD36580) is unknown color: approx Charm. HEX triplet: D3, 65 and 80. RGB value is (211,101,128). Sum of RGB (Red+Green+Blue) = 211+101+128=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D36580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D36580 is #2C9A7F. Grayscale: #888888. Windows color (decimal): -2923136 or 8414675. OLE color: 8414675.

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

Color convert

RGB211101128-
CMYK00.520.390.17
HSL345.27º55.56%61.18%-
HSV(B)345.27º52.13%82.75%-
XYZ35.4124.7123.33-
YUV136.97122.94180.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.95%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=47.95%
G=22.95%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110112800.520.390.17345.2755.5661.18
HexD365800342711159383d
Octal32314520006447215317075
Binary11010011110010110000000011010010011110001101011001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36580; }

 p { color: rgb(211,101,128); }

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

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

 a { background-color: rgb(211,101,128); }

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

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

 span { border-color: rgb(211,101,128); }

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