Shades of Deep Cerise #DB317D
Tints of Deep Cerise #DB317D
RGB
CMYK
RGB Variations
Color information
#DB317D (or 0xDB317D) is known color: Deep Cerise. HEX triplet: DB, 31 and 7D. RGB value is (219,49,125). Sum of RGB (Red+Green+Blue) = 219+49+125=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB317D is #24CE82. Grayscale: #6C6C6C. Windows color (decimal): -2412163 or 8204763. OLE color: 8204763.
HSL color Cylindrical-coordinate representation of color #DB317D: hue angle of 333.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB317D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 125 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.14 |
| HSL | 333.18º | 0.7% | 0.53% | - |
| HSV(B) | 333.18º | 0.78% | 0.86% | - |
| XYZ | 34.01 | 18.74 | 21.23 | - |
| YUV | 108.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 125 | 0 | 0.78 | 0.43 | 0.14 | 333.18 | 0.7 | 0.53 |
| Hex | DB | 31 | 7D | 0 | 4E | 2B | E | 14D | 46 | 35 |
| Octal | 333 | 61 | 175 | 0 | 116 | 53 | 16 | 515 | 106 | 65 |
| Binary | 11011011 | 110001 | 1111101 | 0 | 1001110 | 101011 | 1110 | 101001101 | 1000110 | 110101 |
Color Harmonies of #DB317D
Complementary color
Monochromatic Colors of #DB317D
Black with #DB317D
Text Example
Text Example
White with #DB317D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB317D; }
p { color: rgb(219,49,125); }
H1.HeaderClassName
{
color: #DB317D;
}
.AnyTagClassName
{
color: #DB317D;
}
</style>
background-color css
<style>
a { background-color: #DB317D; }
a { background-color: rgb(219,49,125); }
div.DivClassName
{
background-color: #DB317D;
}
.BgClassName
{
background-color: #DB317D;
}
</style>
border-color css
<style>
span { border-color: #DB317D; }
span { border-color: rgb(219,49,125); }
td.TdClassName
{
border-color: #DB317D;
}
.TagClassName
{
border-color: #DB317D;
}
</style>