Shades of Deep Cerise #D5288E
Tints of Deep Cerise #D5288E
RGB
CMYK
RGB Variations
Color information
#D5288E (or 0xD5288E) is known color: Deep Cerise. HEX triplet: D5, 28 and 8E. RGB value is (213,40,142). Sum of RGB (Red+Green+Blue) = 213+40+142=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5288E is #2AD771. Grayscale: #676767. Windows color (decimal): -2807666 or 9316565. OLE color: 9316565.
HSL color Cylindrical-coordinate representation of color #D5288E: hue angle of 324.62º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5288E is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 142 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.16 |
| HSL | 324.62º | 0.68% | 0.5% | - |
| HSV(B) | 324.62º | 0.81% | 0.84% | - |
| XYZ | 33.08 | 17.62 | 27.25 | - |
| YUV | 103.36 | 149.81 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 142 | 0 | 0.81 | 0.33 | 0.16 | 324.62 | 0.68 | 0.5 |
| Hex | D5 | 28 | 8E | 0 | 51 | 21 | 10 | 145 | 44 | 32 |
| Octal | 325 | 50 | 216 | 0 | 121 | 41 | 20 | 505 | 104 | 62 |
| Binary | 11010101 | 101000 | 10001110 | 0 | 1010001 | 100001 | 10000 | 101000101 | 1000100 | 110010 |
Color Harmonies of #D5288E
Complementary color
Monochromatic Colors of #D5288E
Black with #D5288E
Text Example
Text Example
White with #D5288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5288E; }
p { color: rgb(213,40,142); }
H1.HeaderClassName
{
color: #D5288E;
}
.AnyTagClassName
{
color: #D5288E;
}
</style>
background-color css
<style>
a { background-color: #D5288E; }
a { background-color: rgb(213,40,142); }
div.DivClassName
{
background-color: #D5288E;
}
.BgClassName
{
background-color: #D5288E;
}
</style>
border-color css
<style>
span { border-color: #D5288E; }
span { border-color: rgb(213,40,142); }
td.TdClassName
{
border-color: #D5288E;
}
.TagClassName
{
border-color: #D5288E;
}
</style>