#D06982

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

Shades of Charm #D06982

Tints of Charm #D06982

Color information

#D06982 (or 0xD06982) is unknown color: approx Charm. HEX triplet: D0, 69 and 82. RGB value is (208,105,130). Sum of RGB (Red+Green+Blue) = 208+105+130=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D06982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06982 is #2F967D. Grayscale: #8A8A8A. Windows color (decimal): -3118718 or 8546768. OLE color: 8546768.

HSL color Cylindrical-coordinate representation of color #D06982: hue angle of 345.44º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06982 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB208105130-
CMYK00.500.380.18
HSL345.44º52.28%61.37%-
HSV(B)345.44º49.52%81.57%-
XYZ35.0925.1224.12-
YUV138.65123.12177.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=46.95%
G=23.70%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810513000.500.380.18345.4452.2861.37
HexD069820322612159343d
Octal32015120206246225316475
Binary11010000110100110000010011001010011010010101011001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06982; }

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

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

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

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

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

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

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

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