Shades of Deep Cerise #D332A6
Tints of Deep Cerise #D332A6
RGB
CMYK
RGB Variations
Color information
#D332A6 (or 0xD332A6) is known color: Deep Cerise. HEX triplet: D3, 32 and A6. RGB value is (211,50,166). Sum of RGB (Red+Green+Blue) = 211+50+166=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D332A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D332A6 is #2CCD59. Grayscale: #6F6F6F. Windows color (decimal): -2936154 or 10891987. OLE color: 10891987.
HSL color Cylindrical-coordinate representation of color #D332A6: hue angle of 316.77º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D332A6 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 166 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.17 |
| HSL | 316.77º | 0.65% | 0.51% | - |
| HSV(B) | 316.77º | 0.76% | 0.83% | - |
| XYZ | 34.89 | 18.88 | 37.88 | - |
| YUV | 111.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 166 | 0 | 0.76 | 0.21 | 0.17 | 316.77 | 0.65 | 0.51 |
| Hex | D3 | 32 | A6 | 0 | 4C | 15 | 11 | 13D | 41 | 33 |
| Octal | 323 | 62 | 246 | 0 | 114 | 25 | 21 | 475 | 101 | 63 |
| Binary | 11010011 | 110010 | 10100110 | 0 | 1001100 | 10101 | 10001 | 100111101 | 1000001 | 110011 |
Color Harmonies of #D332A6
Complementary color
Monochromatic Colors of #D332A6
Black with #D332A6
Text Example
Text Example
White with #D332A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D332A6; }
p { color: rgb(211,50,166); }
H1.HeaderClassName
{
color: #D332A6;
}
.AnyTagClassName
{
color: #D332A6;
}
</style>
background-color css
<style>
a { background-color: #D332A6; }
a { background-color: rgb(211,50,166); }
div.DivClassName
{
background-color: #D332A6;
}
.BgClassName
{
background-color: #D332A6;
}
</style>
border-color css
<style>
span { border-color: #D332A6; }
span { border-color: rgb(211,50,166); }
td.TdClassName
{
border-color: #D332A6;
}
.TagClassName
{
border-color: #D332A6;
}
</style>