Shades of Cerise #DB286F
Tints of Cerise #DB286F
RGB
CMYK
RGB Variations
Color information
#DB286F (or 0xDB286F) is known color: Cerise. HEX triplet: DB, 28 and 6F. RGB value is (219,40,111). Sum of RGB (Red+Green+Blue) = 219+40+111=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB286F is #24D790. Grayscale: #656565. Windows color (decimal): -2414481 or 7284955. OLE color: 7284955.
HSL color Cylindrical-coordinate representation of color #DB286F: hue angle of 336.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB286F is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 111 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.14 |
| HSL | 336.2º | 0.71% | 0.51% | - |
| HSV(B) | 336.2º | 0.82% | 0.86% | - |
| XYZ | 32.84 | 17.73 | 16.73 | - |
| YUV | 101.62 | 133.3 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 111 | 0 | 0.82 | 0.49 | 0.14 | 336.2 | 0.71 | 0.51 |
| Hex | DB | 28 | 6F | 0 | 52 | 31 | E | 150 | 47 | 33 |
| Octal | 333 | 50 | 157 | 0 | 122 | 61 | 16 | 520 | 107 | 63 |
| Binary | 11011011 | 101000 | 1101111 | 0 | 1010010 | 110001 | 1110 | 101010000 | 1000111 | 110011 |
Color Harmonies of #DB286F
Complementary color
Monochromatic Colors of #DB286F
Black with #DB286F
Text Example
Text Example
White with #DB286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB286F; }
p { color: rgb(219,40,111); }
H1.HeaderClassName
{
color: #DB286F;
}
.AnyTagClassName
{
color: #DB286F;
}
</style>
background-color css
<style>
a { background-color: #DB286F; }
a { background-color: rgb(219,40,111); }
div.DivClassName
{
background-color: #DB286F;
}
.BgClassName
{
background-color: #DB286F;
}
</style>
border-color css
<style>
span { border-color: #DB286F; }
span { border-color: rgb(219,40,111); }
td.TdClassName
{
border-color: #DB286F;
}
.TagClassName
{
border-color: #DB286F;
}
</style>