Shades of Deep Cerise #D9258D
Tints of Deep Cerise #D9258D
RGB
CMYK
RGB Variations
Color information
#D9258D (or 0xD9258D) is known color: Deep Cerise. HEX triplet: D9, 25 and 8D. RGB value is (217,37,141). Sum of RGB (Red+Green+Blue) = 217+37+141=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9258D is #26DA72. Grayscale: #666666. Windows color (decimal): -2546291 or 9250265. OLE color: 9250265.
HSL color Cylindrical-coordinate representation of color #D9258D: hue angle of 325.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9258D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 141 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.15 |
| HSL | 325.33º | 0.71% | 0.5% | - |
| HSV(B) | 325.33º | 0.83% | 0.85% | - |
| XYZ | 34.08 | 18 | 26.88 | - |
| YUV | 102.68 | 149.63 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 141 | 0 | 0.83 | 0.35 | 0.15 | 325.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 8D | 0 | 53 | 23 | F | 145 | 47 | 32 |
| Octal | 331 | 45 | 215 | 0 | 123 | 43 | 17 | 505 | 107 | 62 |
| Binary | 11011001 | 100101 | 10001101 | 0 | 1010011 | 100011 | 1111 | 101000101 | 1000111 | 110010 |
Color Harmonies of #D9258D
Complementary color
Monochromatic Colors of #D9258D
Black with #D9258D
Text Example
Text Example
White with #D9258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9258D; }
p { color: rgb(217,37,141); }
H1.HeaderClassName
{
color: #D9258D;
}
.AnyTagClassName
{
color: #D9258D;
}
</style>
background-color css
<style>
a { background-color: #D9258D; }
a { background-color: rgb(217,37,141); }
div.DivClassName
{
background-color: #D9258D;
}
.BgClassName
{
background-color: #D9258D;
}
</style>
border-color css
<style>
span { border-color: #D9258D; }
span { border-color: rgb(217,37,141); }
td.TdClassName
{
border-color: #D9258D;
}
.TagClassName
{
border-color: #D9258D;
}
</style>