Shades of Cerise #DB435F
Tints of Cerise #DB435F
RGB
CMYK
RGB Variations
Color information
#DB435F (or 0xDB435F) is known color: Cerise. HEX triplet: DB, 43 and 5F. RGB value is (219,67,95). Sum of RGB (Red+Green+Blue) = 219+67+95=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB435F is #24BCA0. Grayscale: #737373. Windows color (decimal): -2407585 or 6243291. OLE color: 6243291.
HSL color Cylindrical-coordinate representation of color #DB435F: hue angle of 348.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB435F is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 95 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.14 |
| HSL | 348.95º | 0.68% | 0.56% | - |
| HSV(B) | 348.95º | 0.69% | 0.86% | - |
| XYZ | 33.29 | 19.9 | 12.91 | - |
| YUV | 115.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 95 | 0 | 0.69 | 0.57 | 0.14 | 348.95 | 0.68 | 0.56 |
| Hex | DB | 43 | 5F | 0 | 45 | 39 | E | 15D | 44 | 38 |
| Octal | 333 | 103 | 137 | 0 | 105 | 71 | 16 | 535 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1011111 | 0 | 1000101 | 111001 | 1110 | 101011101 | 1000100 | 111000 |
Color Harmonies of #DB435F
Complementary color
Monochromatic Colors of #DB435F
Black with #DB435F
Text Example
Text Example
White with #DB435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB435F; }
p { color: rgb(219,67,95); }
H1.HeaderClassName
{
color: #DB435F;
}
.AnyTagClassName
{
color: #DB435F;
}
</style>
background-color css
<style>
a { background-color: #DB435F; }
a { background-color: rgb(219,67,95); }
div.DivClassName
{
background-color: #DB435F;
}
.BgClassName
{
background-color: #DB435F;
}
</style>
border-color css
<style>
span { border-color: #DB435F; }
span { border-color: rgb(219,67,95); }
td.TdClassName
{
border-color: #DB435F;
}
.TagClassName
{
border-color: #DB435F;
}
</style>