Shades of Deep Cerise #DB307F
Tints of Deep Cerise #DB307F
RGB
CMYK
RGB Variations
Color information
#DB307F (or 0xDB307F) is known color: Deep Cerise. HEX triplet: DB, 30 and 7F. RGB value is (219,48,127). Sum of RGB (Red+Green+Blue) = 219+48+127=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB307F is #24CF80. Grayscale: #6B6B6B. Windows color (decimal): -2412417 or 8335579. OLE color: 8335579.
HSL color Cylindrical-coordinate representation of color #DB307F: hue angle of 332.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB307F is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 127 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.14 |
| HSL | 332.28º | 0.7% | 0.52% | - |
| HSV(B) | 332.28º | 0.78% | 0.86% | - |
| XYZ | 34.1 | 18.71 | 21.89 | - |
| YUV | 108.14 | 138.65 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 127 | 0 | 0.78 | 0.42 | 0.14 | 332.28 | 0.7 | 0.52 |
| Hex | DB | 30 | 7F | 0 | 4E | 2A | E | 14C | 46 | 34 |
| Octal | 333 | 60 | 177 | 0 | 116 | 52 | 16 | 514 | 106 | 64 |
| Binary | 11011011 | 110000 | 1111111 | 0 | 1001110 | 101010 | 1110 | 101001100 | 1000110 | 110100 |
Color Harmonies of #DB307F
Complementary color
Monochromatic Colors of #DB307F
Black with #DB307F
Text Example
Text Example
White with #DB307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB307F; }
p { color: rgb(219,48,127); }
H1.HeaderClassName
{
color: #DB307F;
}
.AnyTagClassName
{
color: #DB307F;
}
</style>
background-color css
<style>
a { background-color: #DB307F; }
a { background-color: rgb(219,48,127); }
div.DivClassName
{
background-color: #DB307F;
}
.BgClassName
{
background-color: #DB307F;
}
</style>
border-color css
<style>
span { border-color: #DB307F; }
span { border-color: rgb(219,48,127); }
td.TdClassName
{
border-color: #DB307F;
}
.TagClassName
{
border-color: #DB307F;
}
</style>