Shades of Can Can #D482A8
Tints of Can Can #D482A8
RGB
CMYK
RGB Variations
Color information
#D482A8 (or 0xD482A8) is known color: Can Can. HEX triplet: D4, 82 and A8. RGB value is (212,130,168). Sum of RGB (Red+Green+Blue) = 212+130+168=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D482A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D482A8 is #2B7D57. Grayscale: #9E9E9E. Windows color (decimal): -2850136 or 11043540. OLE color: 11043540.
HSL color Cylindrical-coordinate representation of color #D482A8: hue angle of 332.2º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D482A8 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 168 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.17 |
| HSL | 332.2º | 0.49% | 0.67% | - |
| HSV(B) | 332.2º | 0.39% | 0.83% | - |
| XYZ | 42.2 | 32.79 | 41.15 | - |
| YUV | 158.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 168 | 0 | 0.39 | 0.21 | 0.17 | 332.2 | 0.49 | 0.67 |
| Hex | D4 | 82 | A8 | 0 | 27 | 15 | 11 | 14C | 31 | 43 |
| Octal | 324 | 202 | 250 | 0 | 47 | 25 | 21 | 514 | 61 | 103 |
| Binary | 11010100 | 10000010 | 10101000 | 0 | 100111 | 10101 | 10001 | 101001100 | 110001 | 1000011 |
Color Harmonies of #D482A8
Complementary color
Monochromatic Colors of #D482A8
Black with #D482A8
Text Example
Text Example
White with #D482A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D482A8; }
p { color: rgb(212,130,168); }
H1.HeaderClassName
{
color: #D482A8;
}
.AnyTagClassName
{
color: #D482A8;
}
</style>
background-color css
<style>
a { background-color: #D482A8; }
a { background-color: rgb(212,130,168); }
div.DivClassName
{
background-color: #D482A8;
}
.BgClassName
{
background-color: #D482A8;
}
</style>
border-color css
<style>
span { border-color: #D482A8; }
span { border-color: rgb(212,130,168); }
td.TdClassName
{
border-color: #D482A8;
}
.TagClassName
{
border-color: #D482A8;
}
</style>