Shades of Cerise #DB2A62
Tints of Cerise #DB2A62
RGB
CMYK
RGB Variations
Color information
#DB2A62 (or 0xDB2A62) is known color: Cerise. HEX triplet: DB, 2A and 62. RGB value is (219,42,98). Sum of RGB (Red+Green+Blue) = 219+42+98=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A62 is #24D59D. Grayscale: #656565. Windows color (decimal): -2413982 or 6433499. OLE color: 6433499.
HSL color Cylindrical-coordinate representation of color #DB2A62: hue angle of 341.02º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A62 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 42 | 98 | - |
CMYK | 0 | 0.81 | 0.55 | 0.14 |
HSL | 341.02º | 0.71% | 0.51% | - |
HSV(B) | 341.02º | 0.81% | 0.86% | - |
XYZ | 32.25 | 17.6 | 13.25 | - |
YUV | 101.31 | 126.14 | 211.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 42 | 98 | 0 | 0.81 | 0.55 | 0.14 | 341.02 | 0.71 | 0.51 |
Hex | DB | 2A | 62 | 0 | 51 | 37 | E | 155 | 47 | 33 |
Octal | 333 | 52 | 142 | 0 | 121 | 67 | 16 | 525 | 107 | 63 |
Binary | 11011011 | 101010 | 1100010 | 0 | 1010001 | 110111 | 1110 | 101010101 | 1000111 | 110011 |
Color Harmonies of #DB2A62
Complementary color
Monochromatic Colors of #DB2A62
Black with #DB2A62
Text Example
Text Example
White with #DB2A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A62; }
p { color: rgb(219,42,98); }
H1.HeaderClassName
{
color: #DB2A62;
}
.AnyTagClassName
{
color: #DB2A62;
}
</style>
background-color css
<style>
a { background-color: #DB2A62; }
a { background-color: rgb(219,42,98); }
div.DivClassName
{
background-color: #DB2A62;
}
.BgClassName
{
background-color: #DB2A62;
}
</style>
border-color css
<style>
span { border-color: #DB2A62; }
span { border-color: rgb(219,42,98); }
td.TdClassName
{
border-color: #DB2A62;
}
.TagClassName
{
border-color: #DB2A62;
}
</style>