Shades of Deep Cerise #DB369F
Tints of Deep Cerise #DB369F
RGB
CMYK
RGB Variations
Color information
#DB369F (or 0xDB369F) is known color: Deep Cerise. HEX triplet: DB, 36 and 9F. RGB value is (219,54,159). Sum of RGB (Red+Green+Blue) = 219+54+159=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB369F is #24C960. Grayscale: #737373. Windows color (decimal): -2410849 or 10434267. OLE color: 10434267.
HSL color Cylindrical-coordinate representation of color #DB369F: hue angle of 321.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB369F is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 159 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.14 |
| HSL | 321.82º | 0.7% | 0.54% | - |
| HSV(B) | 321.82º | 0.75% | 0.86% | - |
| XYZ | 36.79 | 20.2 | 34.76 | - |
| YUV | 115.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 159 | 0 | 0.75 | 0.27 | 0.14 | 321.82 | 0.7 | 0.54 |
| Hex | DB | 36 | 9F | 0 | 4B | 1B | E | 142 | 46 | 36 |
| Octal | 333 | 66 | 237 | 0 | 113 | 33 | 16 | 502 | 106 | 66 |
| Binary | 11011011 | 110110 | 10011111 | 0 | 1001011 | 11011 | 1110 | 101000010 | 1000110 | 110110 |
Color Harmonies of #DB369F
Complementary color
Monochromatic Colors of #DB369F
Black with #DB369F
Text Example
Text Example
White with #DB369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB369F; }
p { color: rgb(219,54,159); }
H1.HeaderClassName
{
color: #DB369F;
}
.AnyTagClassName
{
color: #DB369F;
}
</style>
background-color css
<style>
a { background-color: #DB369F; }
a { background-color: rgb(219,54,159); }
div.DivClassName
{
background-color: #DB369F;
}
.BgClassName
{
background-color: #DB369F;
}
</style>
border-color css
<style>
span { border-color: #DB369F; }
span { border-color: rgb(219,54,159); }
td.TdClassName
{
border-color: #DB369F;
}
.TagClassName
{
border-color: #DB369F;
}
</style>