Shades of Deep Cerise #D5239A
Tints of Deep Cerise #D5239A
RGB
CMYK
RGB Variations
Color information
#D5239A (or 0xD5239A) is known color: Deep Cerise. HEX triplet: D5, 23 and 9A. RGB value is (213,35,154). Sum of RGB (Red+Green+Blue) = 213+35+154=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D5239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5239A is #2ADC65. Grayscale: #656565. Windows color (decimal): -2808934 or 10101717. OLE color: 10101717.
HSL color Cylindrical-coordinate representation of color #D5239A: hue angle of 319.89º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5239A is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 154 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.16 |
| HSL | 319.89º | 0.72% | 0.49% | - |
| HSV(B) | 319.89º | 0.84% | 0.84% | - |
| XYZ | 33.87 | 17.68 | 32.2 | - |
| YUV | 101.79 | 157.47 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 154 | 0 | 0.84 | 0.28 | 0.16 | 319.89 | 0.72 | 0.49 |
| Hex | D5 | 23 | 9A | 0 | 54 | 1C | 10 | 140 | 48 | 31 |
| Octal | 325 | 43 | 232 | 0 | 124 | 34 | 20 | 500 | 110 | 61 |
| Binary | 11010101 | 100011 | 10011010 | 0 | 1010100 | 11100 | 10000 | 101000000 | 1001000 | 110001 |
Color Harmonies of #D5239A
Complementary color
Monochromatic Colors of #D5239A
Black with #D5239A
Text Example
Text Example
White with #D5239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5239A; }
p { color: rgb(213,35,154); }
H1.HeaderClassName
{
color: #D5239A;
}
.AnyTagClassName
{
color: #D5239A;
}
</style>
background-color css
<style>
a { background-color: #D5239A; }
a { background-color: rgb(213,35,154); }
div.DivClassName
{
background-color: #D5239A;
}
.BgClassName
{
background-color: #D5239A;
}
</style>
border-color css
<style>
span { border-color: #D5239A; }
span { border-color: rgb(213,35,154); }
td.TdClassName
{
border-color: #D5239A;
}
.TagClassName
{
border-color: #D5239A;
}
</style>