#D06581

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

Shades of Charm #D06581

Tints of Charm #D06581

Color information

#D06581 (or 0xD06581) is unknown color: approx Charm. HEX triplet: D0, 65 and 81. RGB value is (208,101,129). Sum of RGB (Red+Green+Blue) = 208+101+129=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D06581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06581 is #2F9A7E. Grayscale: #888888. Windows color (decimal): -3119743 or 8480208. OLE color: 8480208.

HSL color Cylindrical-coordinate representation of color #D06581: hue angle of 344.3º 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 #D06581 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208101129-
CMYK00.510.380.18
HSL344.3º53.23%60.59%-
HSV(B)344.3º51.44%81.57%-
XYZ34.6324.323.63-
YUV136.18123.95179.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 129 (50.78% from 255) = 29.45%
R=47.49%
G=23.06%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810112900.510.380.18344.353.2360.59
HexD065810332612158353d
Octal32014520106346225306575
Binary11010000110010110000001011001110011010010101011000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06581; }

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

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

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

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

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

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

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

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