Shades of Deep Cerise #DB338B
Tints of Deep Cerise #DB338B
RGB
CMYK
RGB Variations
Color information
#DB338B (or 0xDB338B) is known color: Deep Cerise. HEX triplet: DB, 33 and 8B. RGB value is (219,51,139). Sum of RGB (Red+Green+Blue) = 219+51+139=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB338B is #24CC74. Grayscale: #6F6F6F. Windows color (decimal): -2411637 or 9122779. OLE color: 9122779.
HSL color Cylindrical-coordinate representation of color #DB338B: hue angle of 328.57º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB338B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 139 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.14 |
| HSL | 328.57º | 0.7% | 0.53% | - |
| HSV(B) | 328.57º | 0.77% | 0.86% | - |
| XYZ | 35.06 | 19.29 | 26.3 | - |
| YUV | 111.26 | 143.66 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 139 | 0 | 0.77 | 0.37 | 0.14 | 328.57 | 0.7 | 0.53 |
| Hex | DB | 33 | 8B | 0 | 4D | 25 | E | 149 | 46 | 35 |
| Octal | 333 | 63 | 213 | 0 | 115 | 45 | 16 | 511 | 106 | 65 |
| Binary | 11011011 | 110011 | 10001011 | 0 | 1001101 | 100101 | 1110 | 101001001 | 1000110 | 110101 |
Color Harmonies of #DB338B
Complementary color
Monochromatic Colors of #DB338B
Black with #DB338B
Text Example
Text Example
White with #DB338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB338B; }
p { color: rgb(219,51,139); }
H1.HeaderClassName
{
color: #DB338B;
}
.AnyTagClassName
{
color: #DB338B;
}
</style>
background-color css
<style>
a { background-color: #DB338B; }
a { background-color: rgb(219,51,139); }
div.DivClassName
{
background-color: #DB338B;
}
.BgClassName
{
background-color: #DB338B;
}
</style>
border-color css
<style>
span { border-color: #DB338B; }
span { border-color: rgb(219,51,139); }
td.TdClassName
{
border-color: #DB338B;
}
.TagClassName
{
border-color: #DB338B;
}
</style>