Shades of Can Can #D280A1
Tints of Can Can #D280A1
RGB
CMYK
RGB Variations
Color information
#D280A1 (or 0xD280A1) is known color: Can Can. HEX triplet: D2, 80 and A1. RGB value is (210,128,161). Sum of RGB (Red+Green+Blue) = 210+128+161=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D280A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D280A1 is #2D7F5E. Grayscale: #9C9C9C. Windows color (decimal): -2981727 or 10584274. OLE color: 10584274.
HSL color Cylindrical-coordinate representation of color #D280A1: hue angle of 335.85º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280A1 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 161 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.18 |
| HSL | 335.85º | 0.48% | 0.66% | - |
| HSV(B) | 335.85º | 0.39% | 0.82% | - |
| XYZ | 40.73 | 31.71 | 37.69 | - |
| YUV | 156.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 161 | 0 | 0.39 | 0.23 | 0.18 | 335.85 | 0.48 | 0.66 |
| Hex | D2 | 80 | A1 | 0 | 27 | 17 | 12 | 150 | 30 | 42 |
| Octal | 322 | 200 | 241 | 0 | 47 | 27 | 22 | 520 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10100001 | 0 | 100111 | 10111 | 10010 | 101010000 | 110000 | 1000010 |
Color Harmonies of #D280A1
Complementary color
Monochromatic Colors of #D280A1
Black with #D280A1
Text Example
Text Example
White with #D280A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280A1; }
p { color: rgb(210,128,161); }
H1.HeaderClassName
{
color: #D280A1;
}
.AnyTagClassName
{
color: #D280A1;
}
</style>
background-color css
<style>
a { background-color: #D280A1; }
a { background-color: rgb(210,128,161); }
div.DivClassName
{
background-color: #D280A1;
}
.BgClassName
{
background-color: #D280A1;
}
</style>
border-color css
<style>
span { border-color: #D280A1; }
span { border-color: rgb(210,128,161); }
td.TdClassName
{
border-color: #D280A1;
}
.TagClassName
{
border-color: #D280A1;
}
</style>