Shades of Can Can #D285A8
Tints of Can Can #D285A8
RGB
CMYK
RGB Variations
Color information
#D285A8 (or 0xD285A8) is known color: Can Can. HEX triplet: D2, 85 and A8. RGB value is (210,133,168). Sum of RGB (Red+Green+Blue) = 210+133+168=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D285A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D285A8 is #2D7A57. Grayscale: #9F9F9F. Windows color (decimal): -2980440 or 11044306. OLE color: 11044306.
HSL color Cylindrical-coordinate representation of color #D285A8: hue angle of 332.73º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D285A8 is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 168 | - |
| CMYK | 0 | 0.37 | 0.2 | 0.18 |
| HSL | 332.73º | 0.46% | 0.67% | - |
| HSV(B) | 332.73º | 0.37% | 0.82% | - |
| XYZ | 42.03 | 33.3 | 41.26 | - |
| YUV | 160.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 168 | 0 | 0.37 | 0.2 | 0.18 | 332.73 | 0.46 | 0.67 |
| Hex | D2 | 85 | A8 | 0 | 25 | 14 | 12 | 14D | 2E | 43 |
| Octal | 322 | 205 | 250 | 0 | 45 | 24 | 22 | 515 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10101000 | 0 | 100101 | 10100 | 10010 | 101001101 | 101110 | 1000011 |
Color Harmonies of #D285A8
Complementary color
Monochromatic Colors of #D285A8
Black with #D285A8
Text Example
Text Example
White with #D285A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285A8; }
p { color: rgb(210,133,168); }
H1.HeaderClassName
{
color: #D285A8;
}
.AnyTagClassName
{
color: #D285A8;
}
</style>
background-color css
<style>
a { background-color: #D285A8; }
a { background-color: rgb(210,133,168); }
div.DivClassName
{
background-color: #D285A8;
}
.BgClassName
{
background-color: #D285A8;
}
</style>
border-color css
<style>
span { border-color: #D285A8; }
span { border-color: rgb(210,133,168); }
td.TdClassName
{
border-color: #D285A8;
}
.TagClassName
{
border-color: #D285A8;
}
</style>