Shades of Deep Cerise #D5238E
Tints of Deep Cerise #D5238E
RGB
CMYK
RGB Variations
Color information
#D5238E (or 0xD5238E) is known color: Deep Cerise. HEX triplet: D5, 23 and 8E. RGB value is (213,35,142). Sum of RGB (Red+Green+Blue) = 213+35+142=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5238E is #2ADC71. Grayscale: #646464. Windows color (decimal): -2808946 or 9315285. OLE color: 9315285.
HSL color Cylindrical-coordinate representation of color #D5238E: hue angle of 323.93º 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 #D5238E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 142 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.16 |
| HSL | 323.93º | 0.72% | 0.49% | - |
| HSV(B) | 323.93º | 0.84% | 0.84% | - |
| XYZ | 32.92 | 17.3 | 27.2 | - |
| YUV | 100.42 | 151.47 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 142 | 0 | 0.84 | 0.33 | 0.16 | 323.93 | 0.72 | 0.49 |
| Hex | D5 | 23 | 8E | 0 | 54 | 21 | 10 | 144 | 48 | 31 |
| Octal | 325 | 43 | 216 | 0 | 124 | 41 | 20 | 504 | 110 | 61 |
| Binary | 11010101 | 100011 | 10001110 | 0 | 1010100 | 100001 | 10000 | 101000100 | 1001000 | 110001 |
Color Harmonies of #D5238E
Complementary color
Monochromatic Colors of #D5238E
Black with #D5238E
Text Example
Text Example
White with #D5238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5238E; }
p { color: rgb(213,35,142); }
H1.HeaderClassName
{
color: #D5238E;
}
.AnyTagClassName
{
color: #D5238E;
}
</style>
background-color css
<style>
a { background-color: #D5238E; }
a { background-color: rgb(213,35,142); }
div.DivClassName
{
background-color: #D5238E;
}
.BgClassName
{
background-color: #D5238E;
}
</style>
border-color css
<style>
span { border-color: #D5238E; }
span { border-color: rgb(213,35,142); }
td.TdClassName
{
border-color: #D5238E;
}
.TagClassName
{
border-color: #D5238E;
}
</style>