Shades of Deep Cerise #D9309B
Tints of Deep Cerise #D9309B
RGB
CMYK
RGB Variations
Color information
#D9309B (or 0xD9309B) is known color: Deep Cerise. HEX triplet: D9, 30 and 9B. RGB value is (217,48,155). Sum of RGB (Red+Green+Blue) = 217+48+155=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9309B is #26CF64. Grayscale: #6E6E6E. Windows color (decimal): -2543461 or 10170585. OLE color: 10170585.
HSL color Cylindrical-coordinate representation of color #D9309B: hue angle of 322.01º 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 #D9309B is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 155 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.15 |
| HSL | 322.01º | 0.69% | 0.52% | - |
| HSV(B) | 322.01º | 0.78% | 0.85% | - |
| XYZ | 35.59 | 19.23 | 32.85 | - |
| YUV | 110.73 | 152.99 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 155 | 0 | 0.78 | 0.29 | 0.15 | 322.01 | 0.69 | 0.52 |
| Hex | D9 | 30 | 9B | 0 | 4E | 1D | F | 142 | 45 | 34 |
| Octal | 331 | 60 | 233 | 0 | 116 | 35 | 17 | 502 | 105 | 64 |
| Binary | 11011001 | 110000 | 10011011 | 0 | 1001110 | 11101 | 1111 | 101000010 | 1000101 | 110100 |
Color Harmonies of #D9309B
Complementary color
Monochromatic Colors of #D9309B
Black with #D9309B
Text Example
Text Example
White with #D9309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9309B; }
p { color: rgb(217,48,155); }
H1.HeaderClassName
{
color: #D9309B;
}
.AnyTagClassName
{
color: #D9309B;
}
</style>
background-color css
<style>
a { background-color: #D9309B; }
a { background-color: rgb(217,48,155); }
div.DivClassName
{
background-color: #D9309B;
}
.BgClassName
{
background-color: #D9309B;
}
</style>
border-color css
<style>
span { border-color: #D9309B; }
span { border-color: rgb(217,48,155); }
td.TdClassName
{
border-color: #D9309B;
}
.TagClassName
{
border-color: #D9309B;
}
</style>