Shades of Deep Cerise #D42F98
Tints of Deep Cerise #D42F98
RGB
CMYK
RGB Variations
Color information
#D42F98 (or 0xD42F98) is known color: Deep Cerise. HEX triplet: D4, 2F and 98. RGB value is (212,47,152). Sum of RGB (Red+Green+Blue) = 212+47+152=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42F98 is #2BD067. Grayscale: #6C6C6C. Windows color (decimal): -2871400 or 9973716. OLE color: 9973716.
HSL color Cylindrical-coordinate representation of color #D42F98: hue angle of 321.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42F98 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 152 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.17 |
| HSL | 321.82º | 0.66% | 0.51% | - |
| HSV(B) | 321.82º | 0.78% | 0.83% | - |
| XYZ | 33.84 | 18.3 | 31.45 | - |
| YUV | 108.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 152 | 0 | 0.78 | 0.28 | 0.17 | 321.82 | 0.66 | 0.51 |
| Hex | D4 | 2F | 98 | 0 | 4E | 1C | 11 | 142 | 42 | 33 |
| Octal | 324 | 57 | 230 | 0 | 116 | 34 | 21 | 502 | 102 | 63 |
| Binary | 11010100 | 101111 | 10011000 | 0 | 1001110 | 11100 | 10001 | 101000010 | 1000010 | 110011 |
Color Harmonies of #D42F98
Complementary color
Monochromatic Colors of #D42F98
Black with #D42F98
Text Example
Text Example
White with #D42F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F98; }
p { color: rgb(212,47,152); }
H1.HeaderClassName
{
color: #D42F98;
}
.AnyTagClassName
{
color: #D42F98;
}
</style>
background-color css
<style>
a { background-color: #D42F98; }
a { background-color: rgb(212,47,152); }
div.DivClassName
{
background-color: #D42F98;
}
.BgClassName
{
background-color: #D42F98;
}
</style>
border-color css
<style>
span { border-color: #D42F98; }
span { border-color: rgb(212,47,152); }
td.TdClassName
{
border-color: #D42F98;
}
.TagClassName
{
border-color: #D42F98;
}
</style>