Shades of Cerise #DB3074
Tints of Cerise #DB3074
RGB
CMYK
RGB Variations
Color information
#DB3074 (or 0xDB3074) is known color: Cerise. HEX triplet: DB, 30 and 74. RGB value is (219,48,116). Sum of RGB (Red+Green+Blue) = 219+48+116=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3074 is #24CF8B. Grayscale: #6A6A6A. Windows color (decimal): -2412428 or 7614683. OLE color: 7614683.
HSL color Cylindrical-coordinate representation of color #DB3074: hue angle of 336.14º 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 #DB3074 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 116 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.14 |
| HSL | 336.14º | 0.7% | 0.52% | - |
| HSV(B) | 336.14º | 0.78% | 0.86% | - |
| XYZ | 33.42 | 18.43 | 18.32 | - |
| YUV | 106.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 116 | 0 | 0.78 | 0.47 | 0.14 | 336.14 | 0.7 | 0.52 |
| Hex | DB | 30 | 74 | 0 | 4E | 2F | E | 150 | 46 | 34 |
| Octal | 333 | 60 | 164 | 0 | 116 | 57 | 16 | 520 | 106 | 64 |
| Binary | 11011011 | 110000 | 1110100 | 0 | 1001110 | 101111 | 1110 | 101010000 | 1000110 | 110100 |
Color Harmonies of #DB3074
Complementary color
Monochromatic Colors of #DB3074
Black with #DB3074
Text Example
Text Example
White with #DB3074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3074; }
p { color: rgb(219,48,116); }
H1.HeaderClassName
{
color: #DB3074;
}
.AnyTagClassName
{
color: #DB3074;
}
</style>
background-color css
<style>
a { background-color: #DB3074; }
a { background-color: rgb(219,48,116); }
div.DivClassName
{
background-color: #DB3074;
}
.BgClassName
{
background-color: #DB3074;
}
</style>
border-color css
<style>
span { border-color: #DB3074; }
span { border-color: rgb(219,48,116); }
td.TdClassName
{
border-color: #DB3074;
}
.TagClassName
{
border-color: #DB3074;
}
</style>