Shades of Can Can #D080A8
Tints of Can Can #D080A8
RGB
CMYK
RGB Variations
Color information
#D080A8 (or 0xD080A8) is known color: 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
| RGB | 208 | 128 | 168 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.18 |
| HSL | 330º | 0.46% | 0.66% | - |
| HSV(B) | 330º | 0.38% | 0.82% | - |
| XYZ | 40.8 | 31.68 | 41.01 | - |
| YUV | 156.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 168 | 0 | 0.38 | 0.19 | 0.18 | 330 | 0.46 | 0.66 |
| Hex | D0 | 80 | A8 | 0 | 26 | 13 | 12 | 14A | 2E | 42 |
| Octal | 320 | 200 | 250 | 0 | 46 | 23 | 22 | 512 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10101000 | 0 | 100110 | 10011 | 10010 | 101001010 | 101110 | 1000010 |
Color Harmonies of #D080A8
Complementary color
Monochromatic Colors of #D080A8
Black with #D080A8
Text Example
Text Example
White with #D080A8
Text Example
Text Example
HTML Codes & Css Web 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>