Shades of Deep Cerise #D42492
Tints of Deep Cerise #D42492
RGB
CMYK
RGB Variations
Color information
#D42492 (or 0xD42492) is known color: Deep Cerise. HEX triplet: D4, 24 and 92. RGB value is (212,36,146). Sum of RGB (Red+Green+Blue) = 212+36+146=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D42492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42492 is #2BDB6D. Grayscale: #646464. Windows color (decimal): -2874222 or 9577684. OLE color: 9577684.
HSL color Cylindrical-coordinate representation of color #D42492: hue angle of 322.5º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42492 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 146 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.17 |
| HSL | 322.5º | 0.71% | 0.49% | - |
| HSV(B) | 322.5º | 0.83% | 0.83% | - |
| XYZ | 32.97 | 17.33 | 28.8 | - |
| YUV | 101.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 146 | 0 | 0.83 | 0.31 | 0.17 | 322.5 | 0.71 | 0.49 |
| Hex | D4 | 24 | 92 | 0 | 53 | 1F | 11 | 142 | 47 | 31 |
| Octal | 324 | 44 | 222 | 0 | 123 | 37 | 21 | 502 | 107 | 61 |
| Binary | 11010100 | 100100 | 10010010 | 0 | 1010011 | 11111 | 10001 | 101000010 | 1000111 | 110001 |
Color Harmonies of #D42492
Complementary color
Monochromatic Colors of #D42492
Black with #D42492
Text Example
Text Example
White with #D42492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42492; }
p { color: rgb(212,36,146); }
H1.HeaderClassName
{
color: #D42492;
}
.AnyTagClassName
{
color: #D42492;
}
</style>
background-color css
<style>
a { background-color: #D42492; }
a { background-color: rgb(212,36,146); }
div.DivClassName
{
background-color: #D42492;
}
.BgClassName
{
background-color: #D42492;
}
</style>
border-color css
<style>
span { border-color: #D42492; }
span { border-color: rgb(212,36,146); }
td.TdClassName
{
border-color: #D42492;
}
.TagClassName
{
border-color: #D42492;
}
</style>