Shades of Deep Cerise #DB257B
Tints of Deep Cerise #DB257B
RGB
CMYK
RGB Variations
Color information
#DB257B (or 0xDB257B) is known color: Deep Cerise. HEX triplet: DB, 25 and 7B. RGB value is (219,37,123). Sum of RGB (Red+Green+Blue) = 219+37+123=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB257B is #24DA84. Grayscale: #656565. Windows color (decimal): -2415237 or 8070619. OLE color: 8070619.
HSL color Cylindrical-coordinate representation of color #DB257B: hue angle of 331.65º 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 #DB257B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 123 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.14 |
| HSL | 331.65º | 0.72% | 0.5% | - |
| HSV(B) | 331.65º | 0.83% | 0.86% | - |
| XYZ | 33.45 | 17.81 | 20.41 | - |
| YUV | 101.22 | 140.3 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 123 | 0 | 0.83 | 0.44 | 0.14 | 331.65 | 0.72 | 0.5 |
| Hex | DB | 25 | 7B | 0 | 53 | 2C | E | 14C | 48 | 32 |
| Octal | 333 | 45 | 173 | 0 | 123 | 54 | 16 | 514 | 110 | 62 |
| Binary | 11011011 | 100101 | 1111011 | 0 | 1010011 | 101100 | 1110 | 101001100 | 1001000 | 110010 |
Color Harmonies of #DB257B
Complementary color
Monochromatic Colors of #DB257B
Black with #DB257B
Text Example
Text Example
White with #DB257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB257B; }
p { color: rgb(219,37,123); }
H1.HeaderClassName
{
color: #DB257B;
}
.AnyTagClassName
{
color: #DB257B;
}
</style>
background-color css
<style>
a { background-color: #DB257B; }
a { background-color: rgb(219,37,123); }
div.DivClassName
{
background-color: #DB257B;
}
.BgClassName
{
background-color: #DB257B;
}
</style>
border-color css
<style>
span { border-color: #DB257B; }
span { border-color: rgb(219,37,123); }
td.TdClassName
{
border-color: #DB257B;
}
.TagClassName
{
border-color: #DB257B;
}
</style>