Shades of Deep Cerise #DB2F7A
Tints of Deep Cerise #DB2F7A
RGB
CMYK
RGB Variations
Color information
#DB2F7A (or 0xDB2F7A) is known color: Deep Cerise. HEX triplet: DB, 2F and 7A. RGB value is (219,47,122). Sum of RGB (Red+Green+Blue) = 219+47+122=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F7A is #24D085. Grayscale: #6A6A6A. Windows color (decimal): -2412678 or 8007643. OLE color: 8007643.
HSL color Cylindrical-coordinate representation of color #DB2F7A: hue angle of 333.84º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2F7A is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 47 | 122 | - |
CMYK | 0 | 0.79 | 0.44 | 0.14 |
HSL | 333.84º | 0.7% | 0.52% | - |
HSV(B) | 333.84º | 0.79% | 0.86% | - |
XYZ | 33.74 | 18.5 | 20.2 | - |
YUV | 106.98 | 136.48 | 207.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 47 | 122 | 0 | 0.79 | 0.44 | 0.14 | 333.84 | 0.7 | 0.52 |
Hex | DB | 2F | 7A | 0 | 4F | 2C | E | 14E | 46 | 34 |
Octal | 333 | 57 | 172 | 0 | 117 | 54 | 16 | 516 | 106 | 64 |
Binary | 11011011 | 101111 | 1111010 | 0 | 1001111 | 101100 | 1110 | 101001110 | 1000110 | 110100 |
Color Harmonies of #DB2F7A
Complementary color
Monochromatic Colors of #DB2F7A
Black with #DB2F7A
Text Example
Text Example
White with #DB2F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F7A; }
p { color: rgb(219,47,122); }
H1.HeaderClassName
{
color: #DB2F7A;
}
.AnyTagClassName
{
color: #DB2F7A;
}
</style>
background-color css
<style>
a { background-color: #DB2F7A; }
a { background-color: rgb(219,47,122); }
div.DivClassName
{
background-color: #DB2F7A;
}
.BgClassName
{
background-color: #DB2F7A;
}
</style>
border-color css
<style>
span { border-color: #DB2F7A; }
span { border-color: rgb(219,47,122); }
td.TdClassName
{
border-color: #DB2F7A;
}
.TagClassName
{
border-color: #DB2F7A;
}
</style>