Shades of Deep Cerise #D9309F
Tints of Deep Cerise #D9309F
RGB
CMYK
RGB Variations
Color information
#D9309F (or 0xD9309F) is known color: Deep Cerise. HEX triplet: D9, 30 and 9F. RGB value is (217,48,159). Sum of RGB (Red+Green+Blue) = 217+48+159=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9309F is #26CF60. Grayscale: #6E6E6E. Windows color (decimal): -2543457 or 10432729. OLE color: 10432729.
HSL color Cylindrical-coordinate representation of color #D9309F: hue angle of 320.59º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9309F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 159 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.15 |
| HSL | 320.59º | 0.69% | 0.52% | - |
| HSV(B) | 320.59º | 0.78% | 0.85% | - |
| XYZ | 35.93 | 19.37 | 34.65 | - |
| YUV | 111.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 159 | 0 | 0.78 | 0.27 | 0.15 | 320.59 | 0.69 | 0.52 |
| Hex | D9 | 30 | 9F | 0 | 4E | 1B | F | 141 | 45 | 34 |
| Octal | 331 | 60 | 237 | 0 | 116 | 33 | 17 | 501 | 105 | 64 |
| Binary | 11011001 | 110000 | 10011111 | 0 | 1001110 | 11011 | 1111 | 101000001 | 1000101 | 110100 |
Color Harmonies of #D9309F
Complementary color
Monochromatic Colors of #D9309F
Black with #D9309F
Text Example
Text Example
White with #D9309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9309F; }
p { color: rgb(217,48,159); }
H1.HeaderClassName
{
color: #D9309F;
}
.AnyTagClassName
{
color: #D9309F;
}
</style>
background-color css
<style>
a { background-color: #D9309F; }
a { background-color: rgb(217,48,159); }
div.DivClassName
{
background-color: #D9309F;
}
.BgClassName
{
background-color: #D9309F;
}
</style>
border-color css
<style>
span { border-color: #D9309F; }
span { border-color: rgb(217,48,159); }
td.TdClassName
{
border-color: #D9309F;
}
.TagClassName
{
border-color: #D9309F;
}
</style>