Shades of Deep Cerise #DB3C8A
Tints of Deep Cerise #DB3C8A
RGB
CMYK
RGB Variations
Color information
#DB3C8A (or 0xDB3C8A) is known color: Deep Cerise. HEX triplet: DB, 3C and 8A. RGB value is (219,60,138). Sum of RGB (Red+Green+Blue) = 219+60+138=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3C8A is #24C375. Grayscale: #747474. Windows color (decimal): -2409334 or 9059547. OLE color: 9059547.
HSL color Cylindrical-coordinate representation of color #DB3C8A: hue angle of 330.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C8A is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 138 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.14 |
| HSL | 330.57º | 0.69% | 0.55% | - |
| HSV(B) | 330.57º | 0.73% | 0.86% | - |
| XYZ | 35.42 | 20.13 | 26.06 | - |
| YUV | 116.43 | 140.18 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 138 | 0 | 0.73 | 0.37 | 0.14 | 330.57 | 0.69 | 0.55 |
| Hex | DB | 3C | 8A | 0 | 49 | 25 | E | 14B | 45 | 37 |
| Octal | 333 | 74 | 212 | 0 | 111 | 45 | 16 | 513 | 105 | 67 |
| Binary | 11011011 | 111100 | 10001010 | 0 | 1001001 | 100101 | 1110 | 101001011 | 1000101 | 110111 |
Color Harmonies of #DB3C8A
Complementary color
Monochromatic Colors of #DB3C8A
Black with #DB3C8A
Text Example
Text Example
White with #DB3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C8A; }
p { color: rgb(219,60,138); }
H1.HeaderClassName
{
color: #DB3C8A;
}
.AnyTagClassName
{
color: #DB3C8A;
}
</style>
background-color css
<style>
a { background-color: #DB3C8A; }
a { background-color: rgb(219,60,138); }
div.DivClassName
{
background-color: #DB3C8A;
}
.BgClassName
{
background-color: #DB3C8A;
}
</style>
border-color css
<style>
span { border-color: #DB3C8A; }
span { border-color: rgb(219,60,138); }
td.TdClassName
{
border-color: #DB3C8A;
}
.TagClassName
{
border-color: #DB3C8A;
}
</style>