Shades of Deep Cerise #D424A0
Tints of Deep Cerise #D424A0
RGB
CMYK
RGB Variations
Color information
#D424A0 (or 0xD424A0) is known color: Deep Cerise. HEX triplet: D4, 24 and A0. RGB value is (212,36,160). Sum of RGB (Red+Green+Blue) = 212+36+160=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D424A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D424A0 is #2BDB5F. Grayscale: #666666. Windows color (decimal): -2874208 or 10495188. OLE color: 10495188.
HSL color Cylindrical-coordinate representation of color #D424A0: hue angle of 317.73º 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 #D424A0 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 160 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.17 |
| HSL | 317.73º | 0.71% | 0.49% | - |
| HSV(B) | 317.73º | 0.83% | 0.83% | - |
| XYZ | 34.13 | 17.8 | 34.89 | - |
| YUV | 102.76 | 160.31 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 160 | 0 | 0.83 | 0.25 | 0.17 | 317.73 | 0.71 | 0.49 |
| Hex | D4 | 24 | A0 | 0 | 53 | 19 | 11 | 13E | 47 | 31 |
| Octal | 324 | 44 | 240 | 0 | 123 | 31 | 21 | 476 | 107 | 61 |
| Binary | 11010100 | 100100 | 10100000 | 0 | 1010011 | 11001 | 10001 | 100111110 | 1000111 | 110001 |
Color Harmonies of #D424A0
Complementary color
Monochromatic Colors of #D424A0
Black with #D424A0
Text Example
Text Example
White with #D424A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424A0; }
p { color: rgb(212,36,160); }
H1.HeaderClassName
{
color: #D424A0;
}
.AnyTagClassName
{
color: #D424A0;
}
</style>
background-color css
<style>
a { background-color: #D424A0; }
a { background-color: rgb(212,36,160); }
div.DivClassName
{
background-color: #D424A0;
}
.BgClassName
{
background-color: #D424A0;
}
</style>
border-color css
<style>
span { border-color: #D424A0; }
span { border-color: rgb(212,36,160); }
td.TdClassName
{
border-color: #D424A0;
}
.TagClassName
{
border-color: #D424A0;
}
</style>