Shades of Can Can #D484A7
Tints of Can Can #D484A7
RGB
CMYK
RGB Variations
Color information
#D484A7 (or 0xD484A7) is known color: Can Can. HEX triplet: D4, 84 and A7. RGB value is (212,132,167). Sum of RGB (Red+Green+Blue) = 212+132+167=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D484A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D484A7 is #2B7B58. Grayscale: #9F9F9F. Windows color (decimal): -2849625 or 10978516. OLE color: 10978516.
HSL color Cylindrical-coordinate representation of color #D484A7: hue angle of 333.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D484A7 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 167 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.17 |
| HSL | 333.75º | 0.48% | 0.67% | - |
| HSV(B) | 333.75º | 0.38% | 0.83% | - |
| XYZ | 42.38 | 33.29 | 40.75 | - |
| YUV | 159.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 167 | 0 | 0.38 | 0.21 | 0.17 | 333.75 | 0.48 | 0.67 |
| Hex | D4 | 84 | A7 | 0 | 26 | 15 | 11 | 14E | 30 | 43 |
| Octal | 324 | 204 | 247 | 0 | 46 | 25 | 21 | 516 | 60 | 103 |
| Binary | 11010100 | 10000100 | 10100111 | 0 | 100110 | 10101 | 10001 | 101001110 | 110000 | 1000011 |
Color Harmonies of #D484A7
Complementary color
Monochromatic Colors of #D484A7
Black with #D484A7
Text Example
Text Example
White with #D484A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484A7; }
p { color: rgb(212,132,167); }
H1.HeaderClassName
{
color: #D484A7;
}
.AnyTagClassName
{
color: #D484A7;
}
</style>
background-color css
<style>
a { background-color: #D484A7; }
a { background-color: rgb(212,132,167); }
div.DivClassName
{
background-color: #D484A7;
}
.BgClassName
{
background-color: #D484A7;
}
</style>
border-color css
<style>
span { border-color: #D484A7; }
span { border-color: rgb(212,132,167); }
td.TdClassName
{
border-color: #D484A7;
}
.TagClassName
{
border-color: #D484A7;
}
</style>