Shades of Cerise #DB4263
Tints of Cerise #DB4263
RGB
CMYK
RGB Variations
Color information
#DB4263 (or 0xDB4263) is known color: Cerise. HEX triplet: DB, 42 and 63. RGB value is (219,66,99). Sum of RGB (Red+Green+Blue) = 219+66+99=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4263 is #24BD9C. Grayscale: #737373. Windows color (decimal): -2407837 or 6505179. OLE color: 6505179.
HSL color Cylindrical-coordinate representation of color #DB4263: hue angle of 347.06º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4263 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 99 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.14 |
| HSL | 347.06º | 0.68% | 0.56% | - |
| HSV(B) | 347.06º | 0.7% | 0.86% | - |
| XYZ | 33.41 | 19.86 | 13.88 | - |
| YUV | 115.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 99 | 0 | 0.70 | 0.55 | 0.14 | 347.06 | 0.68 | 0.56 |
| Hex | DB | 42 | 63 | 0 | 46 | 37 | E | 15B | 44 | 38 |
| Octal | 333 | 102 | 143 | 0 | 106 | 67 | 16 | 533 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1100011 | 0 | 1000110 | 110111 | 1110 | 101011011 | 1000100 | 111000 |
Color Harmonies of #DB4263
Complementary color
Monochromatic Colors of #DB4263
Black with #DB4263
Text Example
Text Example
White with #DB4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4263; }
p { color: rgb(219,66,99); }
H1.HeaderClassName
{
color: #DB4263;
}
.AnyTagClassName
{
color: #DB4263;
}
</style>
background-color css
<style>
a { background-color: #DB4263; }
a { background-color: rgb(219,66,99); }
div.DivClassName
{
background-color: #DB4263;
}
.BgClassName
{
background-color: #DB4263;
}
</style>
border-color css
<style>
span { border-color: #DB4263; }
span { border-color: rgb(219,66,99); }
td.TdClassName
{
border-color: #DB4263;
}
.TagClassName
{
border-color: #DB4263;
}
</style>