Shades of Cerise #DB2D63
Tints of Cerise #DB2D63
RGB
CMYK
RGB Variations
Color information
#DB2D63 (or 0xDB2D63) is known color: Cerise. HEX triplet: DB, 2D and 63. RGB value is (219,45,99). Sum of RGB (Red+Green+Blue) = 219+45+99=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D63 is #24D29C. Grayscale: #676767. Windows color (decimal): -2413213 or 6499803. OLE color: 6499803.
HSL color Cylindrical-coordinate representation of color #DB2D63: hue angle of 341.38º degrees, saturation: 0.71, 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 #DB2D63 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 45 | 99 | - |
CMYK | 0 | 0.79 | 0.55 | 0.14 |
HSL | 341.38º | 0.71% | 0.52% | - |
HSV(B) | 341.38º | 0.79% | 0.86% | - |
XYZ | 32.4 | 17.84 | 13.54 | - |
YUV | 103.18 | 125.65 | 210.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 45 | 99 | 0 | 0.79 | 0.55 | 0.14 | 341.38 | 0.71 | 0.52 |
Hex | DB | 2D | 63 | 0 | 4F | 37 | E | 155 | 47 | 34 |
Octal | 333 | 55 | 143 | 0 | 117 | 67 | 16 | 525 | 107 | 64 |
Binary | 11011011 | 101101 | 1100011 | 0 | 1001111 | 110111 | 1110 | 101010101 | 1000111 | 110100 |
Color Harmonies of #DB2D63
Complementary color
Monochromatic Colors of #DB2D63
Black with #DB2D63
Text Example
Text Example
White with #DB2D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D63; }
p { color: rgb(219,45,99); }
H1.HeaderClassName
{
color: #DB2D63;
}
.AnyTagClassName
{
color: #DB2D63;
}
</style>
background-color css
<style>
a { background-color: #DB2D63; }
a { background-color: rgb(219,45,99); }
div.DivClassName
{
background-color: #DB2D63;
}
.BgClassName
{
background-color: #DB2D63;
}
</style>
border-color css
<style>
span { border-color: #DB2D63; }
span { border-color: rgb(219,45,99); }
td.TdClassName
{
border-color: #DB2D63;
}
.TagClassName
{
border-color: #DB2D63;
}
</style>