Shades of Cerise #DB336D
Tints of Cerise #DB336D
RGB
CMYK
RGB Variations
Color information
#DB336D (or 0xDB336D) is known color: Cerise. HEX triplet: DB, 33 and 6D. RGB value is (219,51,109). Sum of RGB (Red+Green+Blue) = 219+51+109=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB336D is #24CC92. Grayscale: #6B6B6B. Windows color (decimal): -2411667 or 7156699. OLE color: 7156699.
HSL color Cylindrical-coordinate representation of color #DB336D: hue angle of 339.29º 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 #DB336D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 51 | 109 | - |
CMYK | 0 | 0.77 | 0.50 | 0.14 |
HSL | 339.29º | 0.7% | 0.53% | - |
HSV(B) | 339.29º | 0.77% | 0.86% | - |
XYZ | 33.16 | 18.53 | 16.3 | - |
YUV | 107.84 | 128.66 | 207.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 51 | 109 | 0 | 0.77 | 0.50 | 0.14 | 339.29 | 0.7 | 0.53 |
Hex | DB | 33 | 6D | 0 | 4D | 32 | E | 153 | 46 | 35 |
Octal | 333 | 63 | 155 | 0 | 115 | 62 | 16 | 523 | 106 | 65 |
Binary | 11011011 | 110011 | 1101101 | 0 | 1001101 | 110010 | 1110 | 101010011 | 1000110 | 110101 |
Color Harmonies of #DB336D
Complementary color
Monochromatic Colors of #DB336D
Black with #DB336D
Text Example
Text Example
White with #DB336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB336D; }
p { color: rgb(219,51,109); }
H1.HeaderClassName
{
color: #DB336D;
}
.AnyTagClassName
{
color: #DB336D;
}
</style>
background-color css
<style>
a { background-color: #DB336D; }
a { background-color: rgb(219,51,109); }
div.DivClassName
{
background-color: #DB336D;
}
.BgClassName
{
background-color: #DB336D;
}
</style>
border-color css
<style>
span { border-color: #DB336D; }
span { border-color: rgb(219,51,109); }
td.TdClassName
{
border-color: #DB336D;
}
.TagClassName
{
border-color: #DB336D;
}
</style>