Shades of Deep Cerise #D424A1
Tints of Deep Cerise #D424A1
RGB
CMYK
RGB Variations
Color information
#D424A1 (or 0xD424A1) is known color: Deep Cerise. HEX triplet: D4, 24 and A1. RGB value is (212,36,161). Sum of RGB (Red+Green+Blue) = 212+36+161=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D424A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D424A1 is #2BDB5E. Grayscale: #666666. Windows color (decimal): -2874207 or 10560724. OLE color: 10560724.
HSL color Cylindrical-coordinate representation of color #D424A1: hue angle of 317.39º 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 #D424A1 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 161 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.17 |
| HSL | 317.39º | 0.71% | 0.49% | - |
| HSV(B) | 317.39º | 0.83% | 0.83% | - |
| XYZ | 34.22 | 17.83 | 35.36 | - |
| YUV | 102.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 161 | 0 | 0.83 | 0.24 | 0.17 | 317.39 | 0.71 | 0.49 |
| Hex | D4 | 24 | A1 | 0 | 53 | 18 | 11 | 13D | 47 | 31 |
| Octal | 324 | 44 | 241 | 0 | 123 | 30 | 21 | 475 | 107 | 61 |
| Binary | 11010100 | 100100 | 10100001 | 0 | 1010011 | 11000 | 10001 | 100111101 | 1000111 | 110001 |
Color Harmonies of #D424A1
Complementary color
Monochromatic Colors of #D424A1
Black with #D424A1
Text Example
Text Example
White with #D424A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424A1; }
p { color: rgb(212,36,161); }
H1.HeaderClassName
{
color: #D424A1;
}
.AnyTagClassName
{
color: #D424A1;
}
</style>
background-color css
<style>
a { background-color: #D424A1; }
a { background-color: rgb(212,36,161); }
div.DivClassName
{
background-color: #D424A1;
}
.BgClassName
{
background-color: #D424A1;
}
</style>
border-color css
<style>
span { border-color: #D424A1; }
span { border-color: rgb(212,36,161); }
td.TdClassName
{
border-color: #D424A1;
}
.TagClassName
{
border-color: #D424A1;
}
</style>