Shades of Deep Cerise #DB257F
Tints of Deep Cerise #DB257F
RGB
CMYK
RGB Variations
Color information
#DB257F (or 0xDB257F) is known color: Deep Cerise. HEX triplet: DB, 25 and 7F. RGB value is (219,37,127). Sum of RGB (Red+Green+Blue) = 219+37+127=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB257F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB257F is #24DA80. Grayscale: #656565. Windows color (decimal): -2415233 or 8332763. OLE color: 8332763.
HSL color Cylindrical-coordinate representation of color #DB257F: hue angle of 330.33º 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 #DB257F is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 127 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.14 |
| HSL | 330.33º | 0.72% | 0.5% | - |
| HSV(B) | 330.33º | 0.83% | 0.86% | - |
| XYZ | 33.71 | 17.92 | 21.76 | - |
| YUV | 101.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 127 | 0 | 0.83 | 0.42 | 0.14 | 330.33 | 0.72 | 0.5 |
| Hex | DB | 25 | 7F | 0 | 53 | 2A | E | 14A | 48 | 32 |
| Octal | 333 | 45 | 177 | 0 | 123 | 52 | 16 | 512 | 110 | 62 |
| Binary | 11011011 | 100101 | 1111111 | 0 | 1010011 | 101010 | 1110 | 101001010 | 1001000 | 110010 |
Color Harmonies of #DB257F
Complementary color
Monochromatic Colors of #DB257F
Black with #DB257F
Text Example
Text Example
White with #DB257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB257F; }
p { color: rgb(219,37,127); }
H1.HeaderClassName
{
color: #DB257F;
}
.AnyTagClassName
{
color: #DB257F;
}
</style>
background-color css
<style>
a { background-color: #DB257F; }
a { background-color: rgb(219,37,127); }
div.DivClassName
{
background-color: #DB257F;
}
.BgClassName
{
background-color: #DB257F;
}
</style>
border-color css
<style>
span { border-color: #DB257F; }
span { border-color: rgb(219,37,127); }
td.TdClassName
{
border-color: #DB257F;
}
.TagClassName
{
border-color: #DB257F;
}
</style>