Shades of Razzle Dazzle Rose #DB2EBC
Tints of Razzle Dazzle Rose #DB2EBC
RGB
CMYK
RGB Variations
Color information
#DB2EBC (or 0xDB2EBC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2E and BC. RGB value is (219,46,188). Sum of RGB (Red+Green+Blue) = 219+46+188=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2EBC is #24D143. Grayscale: #717171. Windows color (decimal): -2412868 or 12332763. OLE color: 12332763.
HSL color Cylindrical-coordinate representation of color #DB2EBC: hue angle of 310.75º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2EBC is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 188 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.14 |
| HSL | 310.75º | 0.71% | 0.52% | - |
| HSV(B) | 310.75º | 0.79% | 0.86% | - |
| XYZ | 39.27 | 20.64 | 49.49 | - |
| YUV | 113.92 | 169.81 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 188 | 0 | 0.79 | 0.14 | 0.14 | 310.75 | 0.71 | 0.52 |
| Hex | DB | 2E | BC | 0 | 4F | E | E | 137 | 47 | 34 |
| Octal | 333 | 56 | 274 | 0 | 117 | 16 | 16 | 467 | 107 | 64 |
| Binary | 11011011 | 101110 | 10111100 | 0 | 1001111 | 1110 | 1110 | 100110111 | 1000111 | 110100 |
Color Harmonies of #DB2EBC
Complementary color
Monochromatic Colors of #DB2EBC
Black with #DB2EBC
Text Example
Text Example
White with #DB2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2EBC; }
p { color: rgb(219,46,188); }
H1.HeaderClassName
{
color: #DB2EBC;
}
.AnyTagClassName
{
color: #DB2EBC;
}
</style>
background-color css
<style>
a { background-color: #DB2EBC; }
a { background-color: rgb(219,46,188); }
div.DivClassName
{
background-color: #DB2EBC;
}
.BgClassName
{
background-color: #DB2EBC;
}
</style>
border-color css
<style>
span { border-color: #DB2EBC; }
span { border-color: rgb(219,46,188); }
td.TdClassName
{
border-color: #DB2EBC;
}
.TagClassName
{
border-color: #DB2EBC;
}
</style>