Shades of Deep Cerise #D32975
Tints of Deep Cerise #D32975
RGB
CMYK
RGB Variations
Color information
#D32975 (or 0xD32975) is known color: Deep Cerise. HEX triplet: D3, 29 and 75. RGB value is (211,41,117). Sum of RGB (Red+Green+Blue) = 211+41+117=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D32975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32975 is #2CD68A. Grayscale: #646464. Windows color (decimal): -2938507 or 7678419. OLE color: 7678419.
HSL color Cylindrical-coordinate representation of color #D32975: hue angle of 333.18º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32975 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 117 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.17 |
| HSL | 333.18º | 0.67% | 0.49% | - |
| HSV(B) | 333.18º | 0.81% | 0.83% | - |
| XYZ | 30.87 | 16.72 | 18.43 | - |
| YUV | 100.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 117 | 0 | 0.81 | 0.45 | 0.17 | 333.18 | 0.67 | 0.49 |
| Hex | D3 | 29 | 75 | 0 | 51 | 2D | 11 | 14D | 43 | 31 |
| Octal | 323 | 51 | 165 | 0 | 121 | 55 | 21 | 515 | 103 | 61 |
| Binary | 11010011 | 101001 | 1110101 | 0 | 1010001 | 101101 | 10001 | 101001101 | 1000011 | 110001 |
Color Harmonies of #D32975
Complementary color
Monochromatic Colors of #D32975
Black with #D32975
Text Example
Text Example
White with #D32975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32975; }
p { color: rgb(211,41,117); }
H1.HeaderClassName
{
color: #D32975;
}
.AnyTagClassName
{
color: #D32975;
}
</style>
background-color css
<style>
a { background-color: #D32975; }
a { background-color: rgb(211,41,117); }
div.DivClassName
{
background-color: #D32975;
}
.BgClassName
{
background-color: #D32975;
}
</style>
border-color css
<style>
span { border-color: #D32975; }
span { border-color: rgb(211,41,117); }
td.TdClassName
{
border-color: #D32975;
}
.TagClassName
{
border-color: #D32975;
}
</style>