Shades of Can Can #D484A4
Tints of Can Can #D484A4
RGB
CMYK
RGB Variations
Color information
#D484A4 (or 0xD484A4) is known color: Can Can. HEX triplet: D4, 84 and A4. RGB value is (212,132,164). Sum of RGB (Red+Green+Blue) = 212+132+164=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D484A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D484A4 is #2B7B5B. Grayscale: #9F9F9F. Windows color (decimal): -2849628 or 10781908. OLE color: 10781908.
HSL color Cylindrical-coordinate representation of color #D484A4: hue angle of 336º 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 #D484A4 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 164 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.17 |
| HSL | 336º | 0.48% | 0.67% | - |
| HSV(B) | 336º | 0.38% | 0.83% | - |
| XYZ | 42.1 | 33.18 | 39.31 | - |
| YUV | 159.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 164 | 0 | 0.38 | 0.23 | 0.17 | 336 | 0.48 | 0.67 |
| Hex | D4 | 84 | A4 | 0 | 26 | 17 | 11 | 150 | 30 | 43 |
| Octal | 324 | 204 | 244 | 0 | 46 | 27 | 21 | 520 | 60 | 103 |
| Binary | 11010100 | 10000100 | 10100100 | 0 | 100110 | 10111 | 10001 | 101010000 | 110000 | 1000011 |
Color Harmonies of #D484A4
Complementary color
Monochromatic Colors of #D484A4
Black with #D484A4
Text Example
Text Example
White with #D484A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484A4; }
p { color: rgb(212,132,164); }
H1.HeaderClassName
{
color: #D484A4;
}
.AnyTagClassName
{
color: #D484A4;
}
</style>
background-color css
<style>
a { background-color: #D484A4; }
a { background-color: rgb(212,132,164); }
div.DivClassName
{
background-color: #D484A4;
}
.BgClassName
{
background-color: #D484A4;
}
</style>
border-color css
<style>
span { border-color: #D484A4; }
span { border-color: rgb(212,132,164); }
td.TdClassName
{
border-color: #D484A4;
}
.TagClassName
{
border-color: #D484A4;
}
</style>