Shades of Deep Cerise #D42583
Tints of Deep Cerise #D42583
RGB
CMYK
RGB Variations
Color information
#D42583 (or 0xD42583) is known color: Deep Cerise. HEX triplet: D4, 25 and 83. RGB value is (212,37,131). Sum of RGB (Red+Green+Blue) = 212+37+131=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D42583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42583 is #2BDA7C. Grayscale: #636363. Windows color (decimal): -2873981 or 8594900. OLE color: 8594900.
HSL color Cylindrical-coordinate representation of color #D42583: hue angle of 327.77º degrees, saturation: 0.7, 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 #D42583 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 131 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.17 |
| HSL | 327.77º | 0.7% | 0.49% | - |
| HSV(B) | 327.77º | 0.83% | 0.83% | - |
| XYZ | 31.91 | 16.96 | 23.06 | - |
| YUV | 100.04 | 145.48 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 131 | 0 | 0.83 | 0.38 | 0.17 | 327.77 | 0.7 | 0.49 |
| Hex | D4 | 25 | 83 | 0 | 53 | 26 | 11 | 148 | 46 | 31 |
| Octal | 324 | 45 | 203 | 0 | 123 | 46 | 21 | 510 | 106 | 61 |
| Binary | 11010100 | 100101 | 10000011 | 0 | 1010011 | 100110 | 10001 | 101001000 | 1000110 | 110001 |
Color Harmonies of #D42583
Complementary color
Monochromatic Colors of #D42583
Black with #D42583
Text Example
Text Example
White with #D42583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42583; }
p { color: rgb(212,37,131); }
H1.HeaderClassName
{
color: #D42583;
}
.AnyTagClassName
{
color: #D42583;
}
</style>
background-color css
<style>
a { background-color: #D42583; }
a { background-color: rgb(212,37,131); }
div.DivClassName
{
background-color: #D42583;
}
.BgClassName
{
background-color: #D42583;
}
</style>
border-color css
<style>
span { border-color: #D42583; }
span { border-color: rgb(212,37,131); }
td.TdClassName
{
border-color: #D42583;
}
.TagClassName
{
border-color: #D42583;
}
</style>