Shades of Deep Cerise #DB368A
Tints of Deep Cerise #DB368A
RGB
CMYK
RGB Variations
Color information
#DB368A (or 0xDB368A) is known color: Deep Cerise. HEX triplet: DB, 36 and 8A. RGB value is (219,54,138). Sum of RGB (Red+Green+Blue) = 219+54+138=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB368A is #24C975. Grayscale: #707070. Windows color (decimal): -2410870 or 9058011. OLE color: 9058011.
HSL color Cylindrical-coordinate representation of color #DB368A: hue angle of 329.45º 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 #DB368A is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 138 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.14 |
| HSL | 329.45º | 0.7% | 0.54% | - |
| HSV(B) | 329.45º | 0.75% | 0.86% | - |
| XYZ | 35.12 | 19.53 | 25.96 | - |
| YUV | 112.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 138 | 0 | 0.75 | 0.37 | 0.14 | 329.45 | 0.7 | 0.54 |
| Hex | DB | 36 | 8A | 0 | 4B | 25 | E | 149 | 46 | 36 |
| Octal | 333 | 66 | 212 | 0 | 113 | 45 | 16 | 511 | 106 | 66 |
| Binary | 11011011 | 110110 | 10001010 | 0 | 1001011 | 100101 | 1110 | 101001001 | 1000110 | 110110 |
Color Harmonies of #DB368A
Complementary color
Monochromatic Colors of #DB368A
Black with #DB368A
Text Example
Text Example
White with #DB368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB368A; }
p { color: rgb(219,54,138); }
H1.HeaderClassName
{
color: #DB368A;
}
.AnyTagClassName
{
color: #DB368A;
}
</style>
background-color css
<style>
a { background-color: #DB368A; }
a { background-color: rgb(219,54,138); }
div.DivClassName
{
background-color: #DB368A;
}
.BgClassName
{
background-color: #DB368A;
}
</style>
border-color css
<style>
span { border-color: #DB368A; }
span { border-color: rgb(219,54,138); }
td.TdClassName
{
border-color: #DB368A;
}
.TagClassName
{
border-color: #DB368A;
}
</style>