Shades of Deep Cerise #D32799
Tints of Deep Cerise #D32799
RGB
CMYK
RGB Variations
Color information
#D32799 (or 0xD32799) is known color: Deep Cerise. HEX triplet: D3, 27 and 99. RGB value is (211,39,153). Sum of RGB (Red+Green+Blue) = 211+39+153=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D32799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32799 is #2CD866. Grayscale: #676767. Windows color (decimal): -2938983 or 10037203. OLE color: 10037203.
HSL color Cylindrical-coordinate representation of color #D32799: hue angle of 320.23º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32799 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 153 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.17 |
| HSL | 320.23º | 0.69% | 0.49% | - |
| HSV(B) | 320.23º | 0.82% | 0.83% | - |
| XYZ | 33.34 | 17.6 | 31.78 | - |
| YUV | 103.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 153 | 0 | 0.82 | 0.27 | 0.17 | 320.23 | 0.69 | 0.49 |
| Hex | D3 | 27 | 99 | 0 | 52 | 1B | 11 | 140 | 45 | 31 |
| Octal | 323 | 47 | 231 | 0 | 122 | 33 | 21 | 500 | 105 | 61 |
| Binary | 11010011 | 100111 | 10011001 | 0 | 1010010 | 11011 | 10001 | 101000000 | 1000101 | 110001 |
Color Harmonies of #D32799
Complementary color
Monochromatic Colors of #D32799
Black with #D32799
Text Example
Text Example
White with #D32799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32799; }
p { color: rgb(211,39,153); }
H1.HeaderClassName
{
color: #D32799;
}
.AnyTagClassName
{
color: #D32799;
}
</style>
background-color css
<style>
a { background-color: #D32799; }
a { background-color: rgb(211,39,153); }
div.DivClassName
{
background-color: #D32799;
}
.BgClassName
{
background-color: #D32799;
}
</style>
border-color css
<style>
span { border-color: #D32799; }
span { border-color: rgb(211,39,153); }
td.TdClassName
{
border-color: #D32799;
}
.TagClassName
{
border-color: #D32799;
}
</style>