Shades of Deep Cerise #D32175
Tints of Deep Cerise #D32175
RGB
CMYK
RGB Variations
Color information
#D32175 (or 0xD32175) is known color: Deep Cerise. HEX triplet: D3, 21 and 75. RGB value is (211,33,117). Sum of RGB (Red+Green+Blue) = 211+33+117=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D32175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32175 is #2CDE8A. Grayscale: #5F5F5F. Windows color (decimal): -2940555 or 7676371. OLE color: 7676371.
HSL color Cylindrical-coordinate representation of color #D32175: hue angle of 331.69º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32175 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 117 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.17 |
| HSL | 331.69º | 0.73% | 0.48% | - |
| HSV(B) | 331.69º | 0.84% | 0.83% | - |
| XYZ | 30.62 | 16.22 | 18.35 | - |
| YUV | 95.8 | 139.97 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 117 | 0 | 0.84 | 0.45 | 0.17 | 331.69 | 0.73 | 0.48 |
| Hex | D3 | 21 | 75 | 0 | 54 | 2D | 11 | 14C | 49 | 30 |
| Octal | 323 | 41 | 165 | 0 | 124 | 55 | 21 | 514 | 111 | 60 |
| Binary | 11010011 | 100001 | 1110101 | 0 | 1010100 | 101101 | 10001 | 101001100 | 1001001 | 110000 |
Color Harmonies of #D32175
Complementary color
Monochromatic Colors of #D32175
Black with #D32175
Text Example
Text Example
White with #D32175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32175; }
p { color: rgb(211,33,117); }
H1.HeaderClassName
{
color: #D32175;
}
.AnyTagClassName
{
color: #D32175;
}
</style>
background-color css
<style>
a { background-color: #D32175; }
a { background-color: rgb(211,33,117); }
div.DivClassName
{
background-color: #D32175;
}
.BgClassName
{
background-color: #D32175;
}
</style>
border-color css
<style>
span { border-color: #D32175; }
span { border-color: rgb(211,33,117); }
td.TdClassName
{
border-color: #D32175;
}
.TagClassName
{
border-color: #D32175;
}
</style>