Shades of Can Can #D185A8
Tints of Can Can #D185A8
RGB
CMYK
RGB Variations
Color information
#D185A8 (or 0xD185A8) is known color: Can Can. HEX triplet: D1, 85 and A8. RGB value is (209,133,168). Sum of RGB (Red+Green+Blue) = 209+133+168=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D185A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D185A8 is #2E7A57. Grayscale: #9F9F9F. Windows color (decimal): -3045976 or 11044305. OLE color: 11044305.
HSL color Cylindrical-coordinate representation of color #D185A8: hue angle of 332.37º degrees, saturation: 0.45, 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 #D185A8 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 168 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.18 |
| HSL | 332.37º | 0.45% | 0.67% | - |
| HSV(B) | 332.37º | 0.36% | 0.82% | - |
| XYZ | 41.75 | 33.16 | 41.25 | - |
| YUV | 159.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 168 | 0 | 0.36 | 0.20 | 0.18 | 332.37 | 0.45 | 0.67 |
| Hex | D1 | 85 | A8 | 0 | 24 | 14 | 12 | 14C | 2D | 43 |
| Octal | 321 | 205 | 250 | 0 | 44 | 24 | 22 | 514 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10101000 | 0 | 100100 | 10100 | 10010 | 101001100 | 101101 | 1000011 |
Color Harmonies of #D185A8
Complementary color
Monochromatic Colors of #D185A8
Black with #D185A8
Text Example
Text Example
White with #D185A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185A8; }
p { color: rgb(209,133,168); }
H1.HeaderClassName
{
color: #D185A8;
}
.AnyTagClassName
{
color: #D185A8;
}
</style>
background-color css
<style>
a { background-color: #D185A8; }
a { background-color: rgb(209,133,168); }
div.DivClassName
{
background-color: #D185A8;
}
.BgClassName
{
background-color: #D185A8;
}
</style>
border-color css
<style>
span { border-color: #D185A8; }
span { border-color: rgb(209,133,168); }
td.TdClassName
{
border-color: #D185A8;
}
.TagClassName
{
border-color: #D185A8;
}
</style>