Shades of Can Can #D284A8
Tints of Can Can #D284A8
RGB
CMYK
RGB Variations
Color information
#D284A8 (or 0xD284A8) is known color: Can Can. HEX triplet: D2, 84 and A8. RGB value is (210,132,168). Sum of RGB (Red+Green+Blue) = 210+132+168=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D284A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D284A8 is #2D7B57. Grayscale: #9F9F9F. Windows color (decimal): -2980696 or 11044050. OLE color: 11044050.
HSL color Cylindrical-coordinate representation of color #D284A8: hue angle of 332.31º 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 #D284A8 is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 168 | - |
| CMYK | 0 | 0.37 | 0.2 | 0.18 |
| HSL | 332.31º | 0.46% | 0.67% | - |
| HSV(B) | 332.31º | 0.37% | 0.82% | - |
| XYZ | 41.9 | 33.03 | 41.21 | - |
| YUV | 159.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 168 | 0 | 0.37 | 0.2 | 0.18 | 332.31 | 0.46 | 0.67 |
| Hex | D2 | 84 | A8 | 0 | 25 | 14 | 12 | 14C | 2E | 43 |
| Octal | 322 | 204 | 250 | 0 | 45 | 24 | 22 | 514 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10101000 | 0 | 100101 | 10100 | 10010 | 101001100 | 101110 | 1000011 |
Color Harmonies of #D284A8
Complementary color
Monochromatic Colors of #D284A8
Black with #D284A8
Text Example
Text Example
White with #D284A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284A8; }
p { color: rgb(210,132,168); }
H1.HeaderClassName
{
color: #D284A8;
}
.AnyTagClassName
{
color: #D284A8;
}
</style>
background-color css
<style>
a { background-color: #D284A8; }
a { background-color: rgb(210,132,168); }
div.DivClassName
{
background-color: #D284A8;
}
.BgClassName
{
background-color: #D284A8;
}
</style>
border-color css
<style>
span { border-color: #D284A8; }
span { border-color: rgb(210,132,168); }
td.TdClassName
{
border-color: #D284A8;
}
.TagClassName
{
border-color: #D284A8;
}
</style>