Shades of Deep Cerise #DB348A
Tints of Deep Cerise #DB348A
RGB
CMYK
RGB Variations
Color information
#DB348A (or 0xDB348A) is known color: Deep Cerise. HEX triplet: DB, 34 and 8A. RGB value is (219,52,138). Sum of RGB (Red+Green+Blue) = 219+52+138=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB348A is #24CB75. Grayscale: #6F6F6F. Windows color (decimal): -2411382 or 9057499. OLE color: 9057499.
HSL color Cylindrical-coordinate representation of color #DB348A: hue angle of 329.1º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB348A is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 138 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.14 |
| HSL | 329.1º | 0.7% | 0.53% | - |
| HSV(B) | 329.1º | 0.76% | 0.86% | - |
| XYZ | 35.03 | 19.35 | 25.93 | - |
| YUV | 111.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 138 | 0 | 0.76 | 0.37 | 0.14 | 329.1 | 0.7 | 0.53 |
| Hex | DB | 34 | 8A | 0 | 4C | 25 | E | 149 | 46 | 35 |
| Octal | 333 | 64 | 212 | 0 | 114 | 45 | 16 | 511 | 106 | 65 |
| Binary | 11011011 | 110100 | 10001010 | 0 | 1001100 | 100101 | 1110 | 101001001 | 1000110 | 110101 |
Color Harmonies of #DB348A
Complementary color
Monochromatic Colors of #DB348A
Black with #DB348A
Text Example
Text Example
White with #DB348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB348A; }
p { color: rgb(219,52,138); }
H1.HeaderClassName
{
color: #DB348A;
}
.AnyTagClassName
{
color: #DB348A;
}
</style>
background-color css
<style>
a { background-color: #DB348A; }
a { background-color: rgb(219,52,138); }
div.DivClassName
{
background-color: #DB348A;
}
.BgClassName
{
background-color: #DB348A;
}
</style>
border-color css
<style>
span { border-color: #DB348A; }
span { border-color: rgb(219,52,138); }
td.TdClassName
{
border-color: #DB348A;
}
.TagClassName
{
border-color: #DB348A;
}
</style>