Shades of Deep Cerise #D5238A
Tints of Deep Cerise #D5238A
RGB
CMYK
RGB Variations
Color information
#D5238A (or 0xD5238A) is known color: Deep Cerise. HEX triplet: D5, 23 and 8A. RGB value is (213,35,138). Sum of RGB (Red+Green+Blue) = 213+35+138=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5238A is #2ADC75. Grayscale: #636363. Windows color (decimal): -2808950 or 9053141. OLE color: 9053141.
HSL color Cylindrical-coordinate representation of color #D5238A: hue angle of 325.28º 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 #D5238A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 138 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.16 |
| HSL | 325.28º | 0.72% | 0.49% | - |
| HSV(B) | 325.28º | 0.84% | 0.84% | - |
| XYZ | 32.63 | 17.18 | 25.64 | - |
| YUV | 99.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 138 | 0 | 0.84 | 0.35 | 0.16 | 325.28 | 0.72 | 0.49 |
| Hex | D5 | 23 | 8A | 0 | 54 | 23 | 10 | 145 | 48 | 31 |
| Octal | 325 | 43 | 212 | 0 | 124 | 43 | 20 | 505 | 110 | 61 |
| Binary | 11010101 | 100011 | 10001010 | 0 | 1010100 | 100011 | 10000 | 101000101 | 1001000 | 110001 |
Color Harmonies of #D5238A
Complementary color
Monochromatic Colors of #D5238A
Black with #D5238A
Text Example
Text Example
White with #D5238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5238A; }
p { color: rgb(213,35,138); }
H1.HeaderClassName
{
color: #D5238A;
}
.AnyTagClassName
{
color: #D5238A;
}
</style>
background-color css
<style>
a { background-color: #D5238A; }
a { background-color: rgb(213,35,138); }
div.DivClassName
{
background-color: #D5238A;
}
.BgClassName
{
background-color: #D5238A;
}
</style>
border-color css
<style>
span { border-color: #D5238A; }
span { border-color: rgb(213,35,138); }
td.TdClassName
{
border-color: #D5238A;
}
.TagClassName
{
border-color: #D5238A;
}
</style>