Shades of Deep Cerise #DB257A
Tints of Deep Cerise #DB257A
RGB
CMYK
RGB Variations
Color information
#DB257A (or 0xDB257A) is known color: Deep Cerise. HEX triplet: DB, 25 and 7A. RGB value is (219,37,122). Sum of RGB (Red+Green+Blue) = 219+37+122=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB257A is #24DA85. Grayscale: #646464. Windows color (decimal): -2415238 or 8005083. OLE color: 8005083.
HSL color Cylindrical-coordinate representation of color #DB257A: hue angle of 331.98º 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 #DB257A is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 122 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.14 |
| HSL | 331.98º | 0.72% | 0.5% | - |
| HSV(B) | 331.98º | 0.83% | 0.86% | - |
| XYZ | 33.39 | 17.79 | 20.09 | - |
| YUV | 101.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 122 | 0 | 0.83 | 0.44 | 0.14 | 331.98 | 0.72 | 0.5 |
| Hex | DB | 25 | 7A | 0 | 53 | 2C | E | 14C | 48 | 32 |
| Octal | 333 | 45 | 172 | 0 | 123 | 54 | 16 | 514 | 110 | 62 |
| Binary | 11011011 | 100101 | 1111010 | 0 | 1010011 | 101100 | 1110 | 101001100 | 1001000 | 110010 |
Color Harmonies of #DB257A
Complementary color
Monochromatic Colors of #DB257A
Black with #DB257A
Text Example
Text Example
White with #DB257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB257A; }
p { color: rgb(219,37,122); }
H1.HeaderClassName
{
color: #DB257A;
}
.AnyTagClassName
{
color: #DB257A;
}
</style>
background-color css
<style>
a { background-color: #DB257A; }
a { background-color: rgb(219,37,122); }
div.DivClassName
{
background-color: #DB257A;
}
.BgClassName
{
background-color: #DB257A;
}
</style>
border-color css
<style>
span { border-color: #DB257A; }
span { border-color: rgb(219,37,122); }
td.TdClassName
{
border-color: #DB257A;
}
.TagClassName
{
border-color: #DB257A;
}
</style>