Shades of Deep Cerise #D5238F
Tints of Deep Cerise #D5238F
RGB
CMYK
RGB Variations
Color information
#D5238F (or 0xD5238F) is known color: Deep Cerise. HEX triplet: D5, 23 and 8F. RGB value is (213,35,143). Sum of RGB (Red+Green+Blue) = 213+35+143=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5238F is #2ADC70. Grayscale: #646464. Windows color (decimal): -2808945 or 9380821. OLE color: 9380821.
HSL color Cylindrical-coordinate representation of color #D5238F: hue angle of 323.6º 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 #D5238F is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 143 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.16 |
| HSL | 323.6º | 0.72% | 0.49% | - |
| HSV(B) | 323.6º | 0.84% | 0.84% | - |
| XYZ | 33 | 17.33 | 27.59 | - |
| YUV | 100.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 143 | 0 | 0.84 | 0.33 | 0.16 | 323.6 | 0.72 | 0.49 |
| Hex | D5 | 23 | 8F | 0 | 54 | 21 | 10 | 144 | 48 | 31 |
| Octal | 325 | 43 | 217 | 0 | 124 | 41 | 20 | 504 | 110 | 61 |
| Binary | 11010101 | 100011 | 10001111 | 0 | 1010100 | 100001 | 10000 | 101000100 | 1001000 | 110001 |
Color Harmonies of #D5238F
Complementary color
Monochromatic Colors of #D5238F
Black with #D5238F
Text Example
Text Example
White with #D5238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5238F; }
p { color: rgb(213,35,143); }
H1.HeaderClassName
{
color: #D5238F;
}
.AnyTagClassName
{
color: #D5238F;
}
</style>
background-color css
<style>
a { background-color: #D5238F; }
a { background-color: rgb(213,35,143); }
div.DivClassName
{
background-color: #D5238F;
}
.BgClassName
{
background-color: #D5238F;
}
</style>
border-color css
<style>
span { border-color: #D5238F; }
span { border-color: rgb(213,35,143); }
td.TdClassName
{
border-color: #D5238F;
}
.TagClassName
{
border-color: #D5238F;
}
</style>