#D06983

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

Shades of Charm #D06983

Tints of Charm #D06983

Color information

#D06983 (or 0xD06983) is unknown color: approx Charm. HEX triplet: D0, 69 and 83. RGB value is (208,105,131). Sum of RGB (Red+Green+Blue) = 208+105+131=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D06983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06983 is #2F967C. Grayscale: #8A8A8A. Windows color (decimal): -3118717 or 8612304. OLE color: 8612304.

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

Color convert

RGB208105131-
CMYK00.500.370.18
HSL344.85º52.28%61.37%-
HSV(B)344.85º49.52%81.57%-
XYZ35.1625.1524.47-
YUV138.76123.62177.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=46.85%
G=23.65%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810513100.500.370.18344.8552.2861.37
HexD069830322512159343d
Octal32015120306245225316475
Binary11010000110100110000011011001010010110010101011001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06983; }

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

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

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

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

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

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

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

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