Shades of Razzle Dazzle Rose #DB2BBC
Tints of Razzle Dazzle Rose #DB2BBC
RGB
CMYK
RGB Variations
Color information
#DB2BBC (or 0xDB2BBC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and BC. RGB value is (219,43,188). Sum of RGB (Red+Green+Blue) = 219+43+188=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BBC is #24D443. Grayscale: #6F6F6F. Windows color (decimal): -2413636 or 12331995. OLE color: 12331995.
HSL color Cylindrical-coordinate representation of color #DB2BBC: hue angle of 310.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2BBC is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 43 | 188 | - |
CMYK | 0 | 0.80 | 0.14 | 0.14 |
HSL | 310.57º | 0.71% | 0.51% | - |
HSV(B) | 310.57º | 0.8% | 0.86% | - |
XYZ | 39.15 | 20.42 | 49.45 | - |
YUV | 112.15 | 170.81 | 204.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 43 | 188 | 0 | 0.80 | 0.14 | 0.14 | 310.57 | 0.71 | 0.51 |
Hex | DB | 2B | BC | 0 | 50 | E | E | 137 | 47 | 33 |
Octal | 333 | 53 | 274 | 0 | 120 | 16 | 16 | 467 | 107 | 63 |
Binary | 11011011 | 101011 | 10111100 | 0 | 1010000 | 1110 | 1110 | 100110111 | 1000111 | 110011 |
Color Harmonies of #DB2BBC
Complementary color
Monochromatic Colors of #DB2BBC
Black with #DB2BBC
Text Example
Text Example
White with #DB2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BBC; }
p { color: rgb(219,43,188); }
H1.HeaderClassName
{
color: #DB2BBC;
}
.AnyTagClassName
{
color: #DB2BBC;
}
</style>
background-color css
<style>
a { background-color: #DB2BBC; }
a { background-color: rgb(219,43,188); }
div.DivClassName
{
background-color: #DB2BBC;
}
.BgClassName
{
background-color: #DB2BBC;
}
</style>
border-color css
<style>
span { border-color: #DB2BBC; }
span { border-color: rgb(219,43,188); }
td.TdClassName
{
border-color: #DB2BBC;
}
.TagClassName
{
border-color: #DB2BBC;
}
</style>