#D06981

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

Shades of Charm #D06981

Tints of Charm #D06981

Color information

#D06981 (or 0xD06981) is unknown color: approx Charm. HEX triplet: D0, 69 and 81. RGB value is (208,105,129). Sum of RGB (Red+Green+Blue) = 208+105+129=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D06981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06981 is #2F967E. Grayscale: #8A8A8A. Windows color (decimal): -3118719 or 8481232. OLE color: 8481232.

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

Color convert

RGB208105129-
CMYK00.500.380.18
HSL346.02º52.28%61.37%-
HSV(B)346.02º49.52%81.57%-
XYZ35.0325.123.77-
YUV138.53122.62177.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.06%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 129 (50.78% from 255) = 29.19%
R=47.06%
G=23.76%
B=29.19%

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
Decimal20810512900.500.380.18346.0252.2861.37
HexD06981032261215a343d
Octal32015120106246225326475
Binary11010000110100110000001011001010011010010101011010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06981; }

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

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

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

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

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

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

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

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