Shades of Deep Cerise #DB3D93
Tints of Deep Cerise #DB3D93
RGB
CMYK
RGB Variations
Color information
#DB3D93 (or 0xDB3D93) is known color: Deep Cerise. HEX triplet: DB, 3D and 93. RGB value is (219,61,147). Sum of RGB (Red+Green+Blue) = 219+61+147=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3D93 is #24C26C. Grayscale: #757575. Windows color (decimal): -2409069 or 9649627. OLE color: 9649627.
HSL color Cylindrical-coordinate representation of color #DB3D93: hue angle of 327.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D93 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 147 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.14 |
| HSL | 327.34º | 0.69% | 0.55% | - |
| HSV(B) | 327.34º | 0.72% | 0.86% | - |
| XYZ | 36.15 | 20.5 | 29.66 | - |
| YUV | 118.05 | 144.35 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 147 | 0 | 0.72 | 0.33 | 0.14 | 327.34 | 0.69 | 0.55 |
| Hex | DB | 3D | 93 | 0 | 48 | 21 | E | 147 | 45 | 37 |
| Octal | 333 | 75 | 223 | 0 | 110 | 41 | 16 | 507 | 105 | 67 |
| Binary | 11011011 | 111101 | 10010011 | 0 | 1001000 | 100001 | 1110 | 101000111 | 1000101 | 110111 |
Color Harmonies of #DB3D93
Complementary color
Monochromatic Colors of #DB3D93
Black with #DB3D93
Text Example
Text Example
White with #DB3D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D93; }
p { color: rgb(219,61,147); }
H1.HeaderClassName
{
color: #DB3D93;
}
.AnyTagClassName
{
color: #DB3D93;
}
</style>
background-color css
<style>
a { background-color: #DB3D93; }
a { background-color: rgb(219,61,147); }
div.DivClassName
{
background-color: #DB3D93;
}
.BgClassName
{
background-color: #DB3D93;
}
</style>
border-color css
<style>
span { border-color: #DB3D93; }
span { border-color: rgb(219,61,147); }
td.TdClassName
{
border-color: #DB3D93;
}
.TagClassName
{
border-color: #DB3D93;
}
</style>