#D080A8

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

Shades of Can Can #D080A8

Tints of Can Can #D080A8

Color information

#D080A8 (or 0xD080A8) is unknown color: approx Can Can. HEX triplet: D0, 80 and A8. RGB value is (208,128,168). Sum of RGB (Red+Green+Blue) = 208+128+168=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D080A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D080A8 is #2F7F57. Grayscale: #9C9C9C. Windows color (decimal): -3112792 or 11043024. OLE color: 11043024.

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

Color convert

RGB208128168-
CMYK00.380.190.18
HSL330º45.98%65.88%-
HSV(B)330º38.46%81.57%-
XYZ40.831.6841.01-
YUV156.48134.5164.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 168 (66.02% from 255) = 33.33%
R=41.27%
G=25.40%
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
Decimal20812816800.380.190.1833045.9865.88
HexD080A8026131214a2e42
Octal320200250046232251256102
Binary110100001000000010101000010011010011100101010010101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080A8; }

 p { color: rgb(208,128,168); }

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

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

 a { background-color: rgb(208,128,168); }

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

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

 span { border-color: rgb(208,128,168); }

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