Shades of Deep Cerise #D5289A
Tints of Deep Cerise #D5289A
RGB
CMYK
RGB Variations
Color information
#D5289A (or 0xD5289A) is known color: Deep Cerise. HEX triplet: D5, 28 and 9A. RGB value is (213,40,154). Sum of RGB (Red+Green+Blue) = 213+40+154=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5289A is #2AD765. Grayscale: #686868. Windows color (decimal): -2807654 or 10102997. OLE color: 10102997.
HSL color Cylindrical-coordinate representation of color #D5289A: hue angle of 320.46º 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 #D5289A is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 154 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.16 |
| HSL | 320.46º | 0.68% | 0.5% | - |
| HSV(B) | 320.46º | 0.81% | 0.84% | - |
| XYZ | 34.03 | 18 | 32.25 | - |
| YUV | 104.72 | 155.81 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 154 | 0 | 0.81 | 0.28 | 0.16 | 320.46 | 0.68 | 0.5 |
| Hex | D5 | 28 | 9A | 0 | 51 | 1C | 10 | 140 | 44 | 32 |
| Octal | 325 | 50 | 232 | 0 | 121 | 34 | 20 | 500 | 104 | 62 |
| Binary | 11010101 | 101000 | 10011010 | 0 | 1010001 | 11100 | 10000 | 101000000 | 1000100 | 110010 |
Color Harmonies of #D5289A
Complementary color
Monochromatic Colors of #D5289A
Black with #D5289A
Text Example
Text Example
White with #D5289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5289A; }
p { color: rgb(213,40,154); }
H1.HeaderClassName
{
color: #D5289A;
}
.AnyTagClassName
{
color: #D5289A;
}
</style>
background-color css
<style>
a { background-color: #D5289A; }
a { background-color: rgb(213,40,154); }
div.DivClassName
{
background-color: #D5289A;
}
.BgClassName
{
background-color: #D5289A;
}
</style>
border-color css
<style>
span { border-color: #D5289A; }
span { border-color: rgb(213,40,154); }
td.TdClassName
{
border-color: #D5289A;
}
.TagClassName
{
border-color: #D5289A;
}
</style>