Shades of Razzle Dazzle Rose #DB2BBE
Tints of Razzle Dazzle Rose #DB2BBE
RGB
CMYK
RGB Variations
Color information
#DB2BBE (or 0xDB2BBE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and BE. RGB value is (219,43,190). Sum of RGB (Red+Green+Blue) = 219+43+190=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BBE is #24D441. Grayscale: #6F6F6F. Windows color (decimal): -2413634 or 12463067. OLE color: 12463067.
HSL color Cylindrical-coordinate representation of color #DB2BBE: hue angle of 309.89º 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 #DB2BBE is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 190 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.14 |
| HSL | 309.89º | 0.71% | 0.51% | - |
| HSV(B) | 309.89º | 0.8% | 0.86% | - |
| XYZ | 39.37 | 20.51 | 50.6 | - |
| YUV | 112.38 | 171.81 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 190 | 0 | 0.80 | 0.13 | 0.14 | 309.89 | 0.71 | 0.51 |
| Hex | DB | 2B | BE | 0 | 50 | D | E | 136 | 47 | 33 |
| Octal | 333 | 53 | 276 | 0 | 120 | 15 | 16 | 466 | 107 | 63 |
| Binary | 11011011 | 101011 | 10111110 | 0 | 1010000 | 1101 | 1110 | 100110110 | 1000111 | 110011 |
Color Harmonies of #DB2BBE
Complementary color
Monochromatic Colors of #DB2BBE
Black with #DB2BBE
Text Example
Text Example
White with #DB2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BBE; }
p { color: rgb(219,43,190); }
H1.HeaderClassName
{
color: #DB2BBE;
}
.AnyTagClassName
{
color: #DB2BBE;
}
</style>
background-color css
<style>
a { background-color: #DB2BBE; }
a { background-color: rgb(219,43,190); }
div.DivClassName
{
background-color: #DB2BBE;
}
.BgClassName
{
background-color: #DB2BBE;
}
</style>
border-color css
<style>
span { border-color: #DB2BBE; }
span { border-color: rgb(219,43,190); }
td.TdClassName
{
border-color: #DB2BBE;
}
.TagClassName
{
border-color: #DB2BBE;
}
</style>