#D06682

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

Shades of Charm #D06682

Tints of Charm #D06682

Color information

#D06682 (or 0xD06682) is unknown color: approx Charm. HEX triplet: D0, 66 and 82. RGB value is (208,102,130). Sum of RGB (Red+Green+Blue) = 208+102+130=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D06682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06682 is #2F997D. Grayscale: #888888. Windows color (decimal): -3119486 or 8546000. OLE color: 8546000.

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

Color convert

RGB208102130-
CMYK00.510.380.18
HSL344.15º53%60.78%-
HSV(B)344.15º50.96%81.57%-
XYZ34.7924.5224.02-
YUV136.89124.12178.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=47.27%
G=23.18%
B=29.55%

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
Decimal20810213000.510.380.18344.155360.78
HexD066820332612158353d
Octal32014620206346225306575
Binary11010000110011010000010011001110011010010101011000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06682; }

 p { color: rgb(208,102,130); }

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

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

 a { background-color: rgb(208,102,130); }

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

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

 span { border-color: rgb(208,102,130); }

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