Shades of Can Can #D085A8
Tints of Can Can #D085A8
RGB
CMYK
RGB Variations
Color information
#D085A8 (or 0xD085A8) is known color: Can Can. HEX triplet: D0, 85 and A8. RGB value is (208,133,168). Sum of RGB (Red+Green+Blue) = 208+133+168=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D085A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D085A8 is #2F7A57. Grayscale: #9F9F9F. Windows color (decimal): -3111512 or 11044304. OLE color: 11044304.
HSL color Cylindrical-coordinate representation of color #D085A8: hue angle of 332º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D085A8 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 168 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.18 |
| HSL | 332º | 0.44% | 0.67% | - |
| HSV(B) | 332º | 0.36% | 0.82% | - |
| XYZ | 41.47 | 33.01 | 41.23 | - |
| YUV | 159.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 168 | 0 | 0.36 | 0.19 | 0.18 | 332 | 0.44 | 0.67 |
| Hex | D0 | 85 | A8 | 0 | 24 | 13 | 12 | 14C | 2C | 43 |
| Octal | 320 | 205 | 250 | 0 | 44 | 23 | 22 | 514 | 54 | 103 |
| Binary | 11010000 | 10000101 | 10101000 | 0 | 100100 | 10011 | 10010 | 101001100 | 101100 | 1000011 |
Color Harmonies of #D085A8
Complementary color
Monochromatic Colors of #D085A8
Black with #D085A8
Text Example
Text Example
White with #D085A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085A8; }
p { color: rgb(208,133,168); }
H1.HeaderClassName
{
color: #D085A8;
}
.AnyTagClassName
{
color: #D085A8;
}
</style>
background-color css
<style>
a { background-color: #D085A8; }
a { background-color: rgb(208,133,168); }
div.DivClassName
{
background-color: #D085A8;
}
.BgClassName
{
background-color: #D085A8;
}
</style>
border-color css
<style>
span { border-color: #D085A8; }
span { border-color: rgb(208,133,168); }
td.TdClassName
{
border-color: #D085A8;
}
.TagClassName
{
border-color: #D085A8;
}
</style>