Shades of Deep Cerise #DB488A
Tints of Deep Cerise #DB488A
RGB
CMYK
RGB Variations
Color information
#DB488A (or 0xDB488A) is known color: Deep Cerise. HEX triplet: DB, 48 and 8A. RGB value is (219,72,138). Sum of RGB (Red+Green+Blue) = 219+72+138=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB488A is #24B775. Grayscale: #7B7B7B. Windows color (decimal): -2406262 or 9062619. OLE color: 9062619.
HSL color Cylindrical-coordinate representation of color #DB488A: hue angle of 333.06º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB488A is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 138 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.14 |
| HSL | 333.06º | 0.67% | 0.57% | - |
| HSV(B) | 333.06º | 0.67% | 0.86% | - |
| XYZ | 36.12 | 21.53 | 26.3 | - |
| YUV | 123.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 138 | 0 | 0.67 | 0.37 | 0.14 | 333.06 | 0.67 | 0.57 |
| Hex | DB | 48 | 8A | 0 | 43 | 25 | E | 14D | 43 | 39 |
| Octal | 333 | 110 | 212 | 0 | 103 | 45 | 16 | 515 | 103 | 71 |
| Binary | 11011011 | 1001000 | 10001010 | 0 | 1000011 | 100101 | 1110 | 101001101 | 1000011 | 111001 |
Color Harmonies of #DB488A
Complementary color
Monochromatic Colors of #DB488A
Black with #DB488A
Text Example
Text Example
White with #DB488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB488A; }
p { color: rgb(219,72,138); }
H1.HeaderClassName
{
color: #DB488A;
}
.AnyTagClassName
{
color: #DB488A;
}
</style>
background-color css
<style>
a { background-color: #DB488A; }
a { background-color: rgb(219,72,138); }
div.DivClassName
{
background-color: #DB488A;
}
.BgClassName
{
background-color: #DB488A;
}
</style>
border-color css
<style>
span { border-color: #DB488A; }
span { border-color: rgb(219,72,138); }
td.TdClassName
{
border-color: #DB488A;
}
.TagClassName
{
border-color: #DB488A;
}
</style>