Shades of Deep Cerise #D42593
Tints of Deep Cerise #D42593
RGB
CMYK
RGB Variations
Color information
#D42593 (or 0xD42593) is known color: Deep Cerise. HEX triplet: D4, 25 and 93. RGB value is (212,37,147). Sum of RGB (Red+Green+Blue) = 212+37+147=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D42593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42593 is #2BDA6C. Grayscale: #656565. Windows color (decimal): -2873965 or 9643476. OLE color: 9643476.
HSL color Cylindrical-coordinate representation of color #D42593: hue angle of 322.29º 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 #D42593 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 147 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.17 |
| HSL | 322.29º | 0.7% | 0.49% | - |
| HSV(B) | 322.29º | 0.83% | 0.83% | - |
| XYZ | 33.08 | 17.43 | 29.22 | - |
| YUV | 101.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 147 | 0 | 0.83 | 0.31 | 0.17 | 322.29 | 0.7 | 0.49 |
| Hex | D4 | 25 | 93 | 0 | 53 | 1F | 11 | 142 | 46 | 31 |
| Octal | 324 | 45 | 223 | 0 | 123 | 37 | 21 | 502 | 106 | 61 |
| Binary | 11010100 | 100101 | 10010011 | 0 | 1010011 | 11111 | 10001 | 101000010 | 1000110 | 110001 |
Color Harmonies of #D42593
Complementary color
Monochromatic Colors of #D42593
Black with #D42593
Text Example
Text Example
White with #D42593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42593; }
p { color: rgb(212,37,147); }
H1.HeaderClassName
{
color: #D42593;
}
.AnyTagClassName
{
color: #D42593;
}
</style>
background-color css
<style>
a { background-color: #D42593; }
a { background-color: rgb(212,37,147); }
div.DivClassName
{
background-color: #D42593;
}
.BgClassName
{
background-color: #D42593;
}
</style>
border-color css
<style>
span { border-color: #D42593; }
span { border-color: rgb(212,37,147); }
td.TdClassName
{
border-color: #D42593;
}
.TagClassName
{
border-color: #D42593;
}
</style>