#D06585

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

Shades of Charm #D06585

Tints of Charm #D06585

Color information

#D06585 (or 0xD06585) is unknown color: approx Charm. HEX triplet: D0, 65 and 85. RGB value is (208,101,133). Sum of RGB (Red+Green+Blue) = 208+101+133=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D06585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06585 is #2F9A7A. Grayscale: #888888. Windows color (decimal): -3119739 or 8742352. OLE color: 8742352.

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

Color convert

RGB208101133-
CMYK00.510.360.18
HSL342.06º53.23%60.59%-
HSV(B)342.06º51.44%81.57%-
XYZ34.924.4125.06-
YUV136.64125.95178.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.06%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=47.06%
G=22.85%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810113300.510.360.18342.0653.2360.59
HexD065850332412156353d
Octal32014520506344225266575
Binary11010000110010110000101011001110010010010101010110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06585; }

 p { color: rgb(208,101,133); }

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

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

 a { background-color: rgb(208,101,133); }

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

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

 span { border-color: rgb(208,101,133); }

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