Shades of Deep Cerise #D32792
Tints of Deep Cerise #D32792
RGB
CMYK
RGB Variations
Color information
#D32792 (or 0xD32792) is known color: Deep Cerise. HEX triplet: D3, 27 and 92. RGB value is (211,39,146). Sum of RGB (Red+Green+Blue) = 211+39+146=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D32792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32792 is #2CD86D. Grayscale: #666666. Windows color (decimal): -2938990 or 9578451. OLE color: 9578451.
HSL color Cylindrical-coordinate representation of color #D32792: hue angle of 322.67º 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 #D32792 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 146 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.17 |
| HSL | 322.67º | 0.69% | 0.49% | - |
| HSV(B) | 322.67º | 0.82% | 0.83% | - |
| XYZ | 32.78 | 17.38 | 28.82 | - |
| YUV | 102.63 | 152.48 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 146 | 0 | 0.82 | 0.31 | 0.17 | 322.67 | 0.69 | 0.49 |
| Hex | D3 | 27 | 92 | 0 | 52 | 1F | 11 | 143 | 45 | 31 |
| Octal | 323 | 47 | 222 | 0 | 122 | 37 | 21 | 503 | 105 | 61 |
| Binary | 11010011 | 100111 | 10010010 | 0 | 1010010 | 11111 | 10001 | 101000011 | 1000101 | 110001 |
Color Harmonies of #D32792
Complementary color
Monochromatic Colors of #D32792
Black with #D32792
Text Example
Text Example
White with #D32792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32792; }
p { color: rgb(211,39,146); }
H1.HeaderClassName
{
color: #D32792;
}
.AnyTagClassName
{
color: #D32792;
}
</style>
background-color css
<style>
a { background-color: #D32792; }
a { background-color: rgb(211,39,146); }
div.DivClassName
{
background-color: #D32792;
}
.BgClassName
{
background-color: #D32792;
}
</style>
border-color css
<style>
span { border-color: #D32792; }
span { border-color: rgb(211,39,146); }
td.TdClassName
{
border-color: #D32792;
}
.TagClassName
{
border-color: #D32792;
}
</style>