Shades of Deep Cerise #D42375
Tints of Deep Cerise #D42375
RGB
CMYK
RGB Variations
Color information
#D42375 (or 0xD42375) is known color: Deep Cerise. HEX triplet: D4, 23 and 75. RGB value is (212,35,117). Sum of RGB (Red+Green+Blue) = 212+35+117=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D42375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42375 is #2BDC8A. Grayscale: #616161. Windows color (decimal): -2874507 or 7676884. OLE color: 7676884.
HSL color Cylindrical-coordinate representation of color #D42375: hue angle of 332.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42375 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 117 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.17 |
| HSL | 332.2º | 0.72% | 0.48% | - |
| HSV(B) | 332.2º | 0.83% | 0.83% | - |
| XYZ | 30.96 | 16.48 | 18.38 | - |
| YUV | 97.27 | 139.14 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 117 | 0 | 0.83 | 0.45 | 0.17 | 332.2 | 0.72 | 0.48 |
| Hex | D4 | 23 | 75 | 0 | 53 | 2D | 11 | 14C | 48 | 30 |
| Octal | 324 | 43 | 165 | 0 | 123 | 55 | 21 | 514 | 110 | 60 |
| Binary | 11010100 | 100011 | 1110101 | 0 | 1010011 | 101101 | 10001 | 101001100 | 1001000 | 110000 |
Color Harmonies of #D42375
Complementary color
Monochromatic Colors of #D42375
Black with #D42375
Text Example
Text Example
White with #D42375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42375; }
p { color: rgb(212,35,117); }
H1.HeaderClassName
{
color: #D42375;
}
.AnyTagClassName
{
color: #D42375;
}
</style>
background-color css
<style>
a { background-color: #D42375; }
a { background-color: rgb(212,35,117); }
div.DivClassName
{
background-color: #D42375;
}
.BgClassName
{
background-color: #D42375;
}
</style>
border-color css
<style>
span { border-color: #D42375; }
span { border-color: rgb(212,35,117); }
td.TdClassName
{
border-color: #D42375;
}
.TagClassName
{
border-color: #D42375;
}
</style>