Shades of Deep Cerise #D42B74
Tints of Deep Cerise #D42B74
RGB
CMYK
RGB Variations
Color information
#D42B74 (or 0xD42B74) is known color: Deep Cerise. HEX triplet: D4, 2B and 74. RGB value is (212,43,116). Sum of RGB (Red+Green+Blue) = 212+43+116=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42B74 is #2BD48B. Grayscale: #656565. Windows color (decimal): -2872460 or 7613396. OLE color: 7613396.
HSL color Cylindrical-coordinate representation of color #D42B74: hue angle of 334.08º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42B74 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 116 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.17 |
| HSL | 334.08º | 0.66% | 0.5% | - |
| HSV(B) | 334.08º | 0.8% | 0.83% | - |
| XYZ | 31.17 | 16.99 | 18.16 | - |
| YUV | 101.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 116 | 0 | 0.80 | 0.45 | 0.17 | 334.08 | 0.66 | 0.5 |
| Hex | D4 | 2B | 74 | 0 | 50 | 2D | 11 | 14E | 42 | 32 |
| Octal | 324 | 53 | 164 | 0 | 120 | 55 | 21 | 516 | 102 | 62 |
| Binary | 11010100 | 101011 | 1110100 | 0 | 1010000 | 101101 | 10001 | 101001110 | 1000010 | 110010 |
Color Harmonies of #D42B74
Complementary color
Monochromatic Colors of #D42B74
Black with #D42B74
Text Example
Text Example
White with #D42B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B74; }
p { color: rgb(212,43,116); }
H1.HeaderClassName
{
color: #D42B74;
}
.AnyTagClassName
{
color: #D42B74;
}
</style>
background-color css
<style>
a { background-color: #D42B74; }
a { background-color: rgb(212,43,116); }
div.DivClassName
{
background-color: #D42B74;
}
.BgClassName
{
background-color: #D42B74;
}
</style>
border-color css
<style>
span { border-color: #D42B74; }
span { border-color: rgb(212,43,116); }
td.TdClassName
{
border-color: #D42B74;
}
.TagClassName
{
border-color: #D42B74;
}
</style>