Shades of Deep Cerise #D42774
Tints of Deep Cerise #D42774
RGB
CMYK
RGB Variations
Color information
#D42774 (or 0xD42774) is known color: Deep Cerise. HEX triplet: D4, 27 and 74. RGB value is (212,39,116). Sum of RGB (Red+Green+Blue) = 212+39+116=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D42774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42774 is #2BD88B. Grayscale: #636363. Windows color (decimal): -2873484 or 7612372. OLE color: 7612372.
HSL color Cylindrical-coordinate representation of color #D42774: hue angle of 333.29º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42774 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 116 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.17 |
| HSL | 333.29º | 0.69% | 0.49% | - |
| HSV(B) | 333.29º | 0.82% | 0.83% | - |
| XYZ | 31.03 | 16.71 | 18.11 | - |
| YUV | 99.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 116 | 0 | 0.82 | 0.45 | 0.17 | 333.29 | 0.69 | 0.49 |
| Hex | D4 | 27 | 74 | 0 | 52 | 2D | 11 | 14D | 45 | 31 |
| Octal | 324 | 47 | 164 | 0 | 122 | 55 | 21 | 515 | 105 | 61 |
| Binary | 11010100 | 100111 | 1110100 | 0 | 1010010 | 101101 | 10001 | 101001101 | 1000101 | 110001 |
Color Harmonies of #D42774
Complementary color
Monochromatic Colors of #D42774
Black with #D42774
Text Example
Text Example
White with #D42774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42774; }
p { color: rgb(212,39,116); }
H1.HeaderClassName
{
color: #D42774;
}
.AnyTagClassName
{
color: #D42774;
}
</style>
background-color css
<style>
a { background-color: #D42774; }
a { background-color: rgb(212,39,116); }
div.DivClassName
{
background-color: #D42774;
}
.BgClassName
{
background-color: #D42774;
}
</style>
border-color css
<style>
span { border-color: #D42774; }
span { border-color: rgb(212,39,116); }
td.TdClassName
{
border-color: #D42774;
}
.TagClassName
{
border-color: #D42774;
}
</style>