Shades of Can Can #D282A6
Tints of Can Can #D282A6
RGB
CMYK
RGB Variations
Color information
#D282A6 (or 0xD282A6) is known color: Can Can. HEX triplet: D2, 82 and A6. RGB value is (210,130,166). Sum of RGB (Red+Green+Blue) = 210+130+166=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D282A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D282A6 is #2D7D59. Grayscale: #9D9D9D. Windows color (decimal): -2981210 or 10912466. OLE color: 10912466.
HSL color Cylindrical-coordinate representation of color #D282A6: hue angle of 333º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D282A6 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 166 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.18 |
| HSL | 333º | 0.47% | 0.67% | - |
| HSV(B) | 333º | 0.38% | 0.82% | - |
| XYZ | 41.44 | 32.42 | 40.15 | - |
| YUV | 158.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 166 | 0 | 0.38 | 0.21 | 0.18 | 333 | 0.47 | 0.67 |
| Hex | D2 | 82 | A6 | 0 | 26 | 15 | 12 | 14D | 2F | 43 |
| Octal | 322 | 202 | 246 | 0 | 46 | 25 | 22 | 515 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10100110 | 0 | 100110 | 10101 | 10010 | 101001101 | 101111 | 1000011 |
Color Harmonies of #D282A6
Complementary color
Monochromatic Colors of #D282A6
Black with #D282A6
Text Example
Text Example
White with #D282A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282A6; }
p { color: rgb(210,130,166); }
H1.HeaderClassName
{
color: #D282A6;
}
.AnyTagClassName
{
color: #D282A6;
}
</style>
background-color css
<style>
a { background-color: #D282A6; }
a { background-color: rgb(210,130,166); }
div.DivClassName
{
background-color: #D282A6;
}
.BgClassName
{
background-color: #D282A6;
}
</style>
border-color css
<style>
span { border-color: #D282A6; }
span { border-color: rgb(210,130,166); }
td.TdClassName
{
border-color: #D282A6;
}
.TagClassName
{
border-color: #D282A6;
}
</style>