Shades of Deep Cerise #DB257D
Tints of Deep Cerise #DB257D
RGB
CMYK
RGB Variations
Color information
#DB257D (or 0xDB257D) is known color: Deep Cerise. HEX triplet: DB, 25 and 7D. RGB value is (219,37,125). Sum of RGB (Red+Green+Blue) = 219+37+125=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB257D is #24DA82. Grayscale: #656565. Windows color (decimal): -2415235 or 8201691. OLE color: 8201691.
HSL color Cylindrical-coordinate representation of color #DB257D: hue angle of 330.99º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB257D is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 125 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.14 |
| HSL | 330.99º | 0.72% | 0.5% | - |
| HSV(B) | 330.99º | 0.83% | 0.86% | - |
| XYZ | 33.58 | 17.86 | 21.08 | - |
| YUV | 101.45 | 141.3 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 125 | 0 | 0.83 | 0.43 | 0.14 | 330.99 | 0.72 | 0.5 |
| Hex | DB | 25 | 7D | 0 | 53 | 2B | E | 14B | 48 | 32 |
| Octal | 333 | 45 | 175 | 0 | 123 | 53 | 16 | 513 | 110 | 62 |
| Binary | 11011011 | 100101 | 1111101 | 0 | 1010011 | 101011 | 1110 | 101001011 | 1001000 | 110010 |
Color Harmonies of #DB257D
Complementary color
Monochromatic Colors of #DB257D
Black with #DB257D
Text Example
Text Example
White with #DB257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB257D; }
p { color: rgb(219,37,125); }
H1.HeaderClassName
{
color: #DB257D;
}
.AnyTagClassName
{
color: #DB257D;
}
</style>
background-color css
<style>
a { background-color: #DB257D; }
a { background-color: rgb(219,37,125); }
div.DivClassName
{
background-color: #DB257D;
}
.BgClassName
{
background-color: #DB257D;
}
</style>
border-color css
<style>
span { border-color: #DB257D; }
span { border-color: rgb(219,37,125); }
td.TdClassName
{
border-color: #DB257D;
}
.TagClassName
{
border-color: #DB257D;
}
</style>