Shades of Deep Cerise #DB368C
Tints of Deep Cerise #DB368C
RGB
CMYK
RGB Variations
Color information
#DB368C (or 0xDB368C) is known color: Deep Cerise. HEX triplet: DB, 36 and 8C. RGB value is (219,54,140). Sum of RGB (Red+Green+Blue) = 219+54+140=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB368C is #24C973. Grayscale: #707070. Windows color (decimal): -2410868 or 9189083. OLE color: 9189083.
HSL color Cylindrical-coordinate representation of color #DB368C: hue angle of 328.73º 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 #DB368C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 140 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.14 |
| HSL | 328.73º | 0.7% | 0.54% | - |
| HSV(B) | 328.73º | 0.75% | 0.86% | - |
| XYZ | 35.27 | 19.59 | 26.73 | - |
| YUV | 113.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 140 | 0 | 0.75 | 0.36 | 0.14 | 328.73 | 0.7 | 0.54 |
| Hex | DB | 36 | 8C | 0 | 4B | 24 | E | 149 | 46 | 36 |
| Octal | 333 | 66 | 214 | 0 | 113 | 44 | 16 | 511 | 106 | 66 |
| Binary | 11011011 | 110110 | 10001100 | 0 | 1001011 | 100100 | 1110 | 101001001 | 1000110 | 110110 |
Color Harmonies of #DB368C
Complementary color
Monochromatic Colors of #DB368C
Black with #DB368C
Text Example
Text Example
White with #DB368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB368C; }
p { color: rgb(219,54,140); }
H1.HeaderClassName
{
color: #DB368C;
}
.AnyTagClassName
{
color: #DB368C;
}
</style>
background-color css
<style>
a { background-color: #DB368C; }
a { background-color: rgb(219,54,140); }
div.DivClassName
{
background-color: #DB368C;
}
.BgClassName
{
background-color: #DB368C;
}
</style>
border-color css
<style>
span { border-color: #DB368C; }
span { border-color: rgb(219,54,140); }
td.TdClassName
{
border-color: #DB368C;
}
.TagClassName
{
border-color: #DB368C;
}
</style>