Shades of Can Can #D087A8
Tints of Can Can #D087A8
RGB
CMYK
RGB Variations
Color information
#D087A8 (or 0xD087A8) is known color: Can Can. HEX triplet: D0, 87 and A8. RGB value is (208,135,168). Sum of RGB (Red+Green+Blue) = 208+135+168=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D087A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D087A8 is #2F7857. Grayscale: #A0A0A0. Windows color (decimal): -3111000 or 11044816. OLE color: 11044816.
HSL color Cylindrical-coordinate representation of color #D087A8: hue angle of 332.88º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087A8 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 135 | 168 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.18 |
| HSL | 332.88º | 0.44% | 0.67% | - |
| HSV(B) | 332.88º | 0.35% | 0.82% | - |
| XYZ | 41.74 | 33.56 | 41.32 | - |
| YUV | 160.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 168 | 0 | 0.35 | 0.19 | 0.18 | 332.88 | 0.44 | 0.67 |
| Hex | D0 | 87 | A8 | 0 | 23 | 13 | 12 | 14D | 2C | 43 |
| Octal | 320 | 207 | 250 | 0 | 43 | 23 | 22 | 515 | 54 | 103 |
| Binary | 11010000 | 10000111 | 10101000 | 0 | 100011 | 10011 | 10010 | 101001101 | 101100 | 1000011 |
Color Harmonies of #D087A8
Complementary color
Monochromatic Colors of #D087A8
Black with #D087A8
Text Example
Text Example
White with #D087A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087A8; }
p { color: rgb(208,135,168); }
H1.HeaderClassName
{
color: #D087A8;
}
.AnyTagClassName
{
color: #D087A8;
}
</style>
background-color css
<style>
a { background-color: #D087A8; }
a { background-color: rgb(208,135,168); }
div.DivClassName
{
background-color: #D087A8;
}
.BgClassName
{
background-color: #D087A8;
}
</style>
border-color css
<style>
span { border-color: #D087A8; }
span { border-color: rgb(208,135,168); }
td.TdClassName
{
border-color: #D087A8;
}
.TagClassName
{
border-color: #D087A8;
}
</style>