Shades of Deep Cerise #D9259A
Tints of Deep Cerise #D9259A
RGB
CMYK
RGB Variations
Color information
#D9259A (or 0xD9259A) is known color: Deep Cerise. HEX triplet: D9, 25 and 9A. RGB value is (217,37,154). Sum of RGB (Red+Green+Blue) = 217+37+154=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9259A is #26DA65. Grayscale: #676767. Windows color (decimal): -2546278 or 10102233. OLE color: 10102233.
HSL color Cylindrical-coordinate representation of color #D9259A: hue angle of 321º 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 #D9259A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 154 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.15 |
| HSL | 321º | 0.71% | 0.5% | - |
| HSV(B) | 321º | 0.83% | 0.85% | - |
| XYZ | 35.11 | 18.41 | 32.27 | - |
| YUV | 104.16 | 156.13 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 154 | 0 | 0.83 | 0.29 | 0.15 | 321 | 0.71 | 0.5 |
| Hex | D9 | 25 | 9A | 0 | 53 | 1D | F | 141 | 47 | 32 |
| Octal | 331 | 45 | 232 | 0 | 123 | 35 | 17 | 501 | 107 | 62 |
| Binary | 11011001 | 100101 | 10011010 | 0 | 1010011 | 11101 | 1111 | 101000001 | 1000111 | 110010 |
Color Harmonies of #D9259A
Complementary color
Monochromatic Colors of #D9259A
Black with #D9259A
Text Example
Text Example
White with #D9259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9259A; }
p { color: rgb(217,37,154); }
H1.HeaderClassName
{
color: #D9259A;
}
.AnyTagClassName
{
color: #D9259A;
}
</style>
background-color css
<style>
a { background-color: #D9259A; }
a { background-color: rgb(217,37,154); }
div.DivClassName
{
background-color: #D9259A;
}
.BgClassName
{
background-color: #D9259A;
}
</style>
border-color css
<style>
span { border-color: #D9259A; }
span { border-color: rgb(217,37,154); }
td.TdClassName
{
border-color: #D9259A;
}
.TagClassName
{
border-color: #D9259A;
}
</style>