#D06382

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

Shades of Charm #D06382

Tints of Charm #D06382

Color information

#D06382 (or 0xD06382) is unknown color: approx Charm. HEX triplet: D0, 63 and 82. RGB value is (208,99,130). Sum of RGB (Red+Green+Blue) = 208+99+130=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D06382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06382 is #2F9C7D. Grayscale: #878787. Windows color (decimal): -3120254 or 8545232. OLE color: 8545232.

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

Color convert

RGB20899130-
CMYK00.520.380.18
HSL342.94º53.69%60.2%-
HSV(B)342.94º52.4%81.57%-
XYZ34.523.9523.92-
YUV135.12125.11179.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.60%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=47.60%
G=22.65%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089913000.520.380.18342.9453.6960.2
HexD063820342612157363c
Octal32014320206446225276674
Binary11010000110001110000010011010010011010010101010111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06382; }

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

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

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

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

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

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

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

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