Shades of Deep Cerise #DB2385
Tints of Deep Cerise #DB2385
RGB
CMYK
RGB Variations
Color information
#DB2385 (or 0xDB2385) is known color: Deep Cerise. HEX triplet: DB, 23 and 85. RGB value is (219,35,133). Sum of RGB (Red+Green+Blue) = 219+35+133=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2385 is #24DC7A. Grayscale: #646464. Windows color (decimal): -2415739 or 8725467. OLE color: 8725467.
HSL color Cylindrical-coordinate representation of color #DB2385: hue angle of 328.04º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2385 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 133 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.14 |
| HSL | 328.04º | 0.72% | 0.5% | - |
| HSV(B) | 328.04º | 0.84% | 0.86% | - |
| XYZ | 34.05 | 17.96 | 23.86 | - |
| YUV | 101.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 133 | 0 | 0.84 | 0.39 | 0.14 | 328.04 | 0.72 | 0.5 |
| Hex | DB | 23 | 85 | 0 | 54 | 27 | E | 148 | 48 | 32 |
| Octal | 333 | 43 | 205 | 0 | 124 | 47 | 16 | 510 | 110 | 62 |
| Binary | 11011011 | 100011 | 10000101 | 0 | 1010100 | 100111 | 1110 | 101001000 | 1001000 | 110010 |
Color Harmonies of #DB2385
Complementary color
Monochromatic Colors of #DB2385
Black with #DB2385
Text Example
Text Example
White with #DB2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2385; }
p { color: rgb(219,35,133); }
H1.HeaderClassName
{
color: #DB2385;
}
.AnyTagClassName
{
color: #DB2385;
}
</style>
background-color css
<style>
a { background-color: #DB2385; }
a { background-color: rgb(219,35,133); }
div.DivClassName
{
background-color: #DB2385;
}
.BgClassName
{
background-color: #DB2385;
}
</style>
border-color css
<style>
span { border-color: #DB2385; }
span { border-color: rgb(219,35,133); }
td.TdClassName
{
border-color: #DB2385;
}
.TagClassName
{
border-color: #DB2385;
}
</style>