#D082A9

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

Shades of Can Can #D082A9

Tints of Can Can #D082A9

Color information

#D082A9 (or 0xD082A9) is unknown color: approx Can Can. HEX triplet: D0, 82 and A9. RGB value is (208,130,169). Sum of RGB (Red+Green+Blue) = 208+130+169=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D082A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D082A9 is #2F7D56. Grayscale: #9D9D9D. Windows color (decimal): -3112279 or 11109072. OLE color: 11109072.

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

Color convert

RGB208130169-
CMYK00.380.190.18
HSL330º45.35%66.27%-
HSV(B)330º37.5%81.57%-
XYZ41.1632.2441.59-
YUV157.77134.34163.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=41.03%
G=25.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813016900.380.190.1833045.3566.27
HexD082A9026131214a2d42
Octal320202251046232251255102
Binary110100001000001010101001010011010011100101010010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082A9; }

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

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

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

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

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

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

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

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