Shades of Deep Cerise #DB438F
Tints of Deep Cerise #DB438F
RGB
CMYK
RGB Variations
Color information
#DB438F (or 0xDB438F) is known color: Deep Cerise. HEX triplet: DB, 43 and 8F. RGB value is (219,67,143). Sum of RGB (Red+Green+Blue) = 219+67+143=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB438F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB438F is #24BC70. Grayscale: #787878. Windows color (decimal): -2407537 or 9389019. OLE color: 9389019.
HSL color Cylindrical-coordinate representation of color #DB438F: hue angle of 330º 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 #DB438F is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 143 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.14 |
| HSL | 330º | 0.68% | 0.56% | - |
| HSV(B) | 330º | 0.69% | 0.86% | - |
| XYZ | 36.18 | 21.06 | 28.14 | - |
| YUV | 121.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 143 | 0 | 0.69 | 0.35 | 0.14 | 330 | 0.68 | 0.56 |
| Hex | DB | 43 | 8F | 0 | 45 | 23 | E | 14A | 44 | 38 |
| Octal | 333 | 103 | 217 | 0 | 105 | 43 | 16 | 512 | 104 | 70 |
| Binary | 11011011 | 1000011 | 10001111 | 0 | 1000101 | 100011 | 1110 | 101001010 | 1000100 | 111000 |
Color Harmonies of #DB438F
Complementary color
Monochromatic Colors of #DB438F
Black with #DB438F
Text Example
Text Example
White with #DB438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB438F; }
p { color: rgb(219,67,143); }
H1.HeaderClassName
{
color: #DB438F;
}
.AnyTagClassName
{
color: #DB438F;
}
</style>
background-color css
<style>
a { background-color: #DB438F; }
a { background-color: rgb(219,67,143); }
div.DivClassName
{
background-color: #DB438F;
}
.BgClassName
{
background-color: #DB438F;
}
</style>
border-color css
<style>
span { border-color: #DB438F; }
span { border-color: rgb(219,67,143); }
td.TdClassName
{
border-color: #DB438F;
}
.TagClassName
{
border-color: #DB438F;
}
</style>