Shades of Razzle Dazzle Rose #DB2CBA
Tints of Razzle Dazzle Rose #DB2CBA
RGB
CMYK
RGB Variations
Color information
#DB2CBA (or 0xDB2CBA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and BA. RGB value is (219,44,186). Sum of RGB (Red+Green+Blue) = 219+44+186=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CBA is #24D345. Grayscale: #707070. Windows color (decimal): -2413382 or 12201179. OLE color: 12201179.
HSL color Cylindrical-coordinate representation of color #DB2CBA: hue angle of 311.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2CBA is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 186 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.14 |
| HSL | 311.31º | 0.71% | 0.52% | - |
| HSV(B) | 311.31º | 0.8% | 0.86% | - |
| XYZ | 38.98 | 20.41 | 48.34 | - |
| YUV | 112.51 | 169.48 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 186 | 0 | 0.80 | 0.15 | 0.14 | 311.31 | 0.71 | 0.52 |
| Hex | DB | 2C | BA | 0 | 50 | F | E | 137 | 47 | 34 |
| Octal | 333 | 54 | 272 | 0 | 120 | 17 | 16 | 467 | 107 | 64 |
| Binary | 11011011 | 101100 | 10111010 | 0 | 1010000 | 1111 | 1110 | 100110111 | 1000111 | 110100 |
Color Harmonies of #DB2CBA
Complementary color
Monochromatic Colors of #DB2CBA
Black with #DB2CBA
Text Example
Text Example
White with #DB2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CBA; }
p { color: rgb(219,44,186); }
H1.HeaderClassName
{
color: #DB2CBA;
}
.AnyTagClassName
{
color: #DB2CBA;
}
</style>
background-color css
<style>
a { background-color: #DB2CBA; }
a { background-color: rgb(219,44,186); }
div.DivClassName
{
background-color: #DB2CBA;
}
.BgClassName
{
background-color: #DB2CBA;
}
</style>
border-color css
<style>
span { border-color: #DB2CBA; }
span { border-color: rgb(219,44,186); }
td.TdClassName
{
border-color: #DB2CBA;
}
.TagClassName
{
border-color: #DB2CBA;
}
</style>