Shades of Razzle Dazzle Rose #DB33BA
Tints of Razzle Dazzle Rose #DB33BA
RGB
CMYK
RGB Variations
Color information
#DB33BA (or 0xDB33BA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 33 and BA. RGB value is (219,51,186). Sum of RGB (Red+Green+Blue) = 219+51+186=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33BA is #24CC45. Grayscale: #747474. Windows color (decimal): -2411590 or 12202971. OLE color: 12202971.
HSL color Cylindrical-coordinate representation of color #DB33BA: hue angle of 311.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB33BA is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 186 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.14 |
| HSL | 311.79º | 0.7% | 0.53% | - |
| HSV(B) | 311.79º | 0.77% | 0.86% | - |
| XYZ | 39.26 | 20.97 | 48.43 | - |
| YUV | 116.62 | 167.16 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 186 | 0 | 0.77 | 0.15 | 0.14 | 311.79 | 0.7 | 0.53 |
| Hex | DB | 33 | BA | 0 | 4D | F | E | 138 | 46 | 35 |
| Octal | 333 | 63 | 272 | 0 | 115 | 17 | 16 | 470 | 106 | 65 |
| Binary | 11011011 | 110011 | 10111010 | 0 | 1001101 | 1111 | 1110 | 100111000 | 1000110 | 110101 |
Color Harmonies of #DB33BA
Complementary color
Monochromatic Colors of #DB33BA
Black with #DB33BA
Text Example
Text Example
White with #DB33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33BA; }
p { color: rgb(219,51,186); }
H1.HeaderClassName
{
color: #DB33BA;
}
.AnyTagClassName
{
color: #DB33BA;
}
</style>
background-color css
<style>
a { background-color: #DB33BA; }
a { background-color: rgb(219,51,186); }
div.DivClassName
{
background-color: #DB33BA;
}
.BgClassName
{
background-color: #DB33BA;
}
</style>
border-color css
<style>
span { border-color: #DB33BA; }
span { border-color: rgb(219,51,186); }
td.TdClassName
{
border-color: #DB33BA;
}
.TagClassName
{
border-color: #DB33BA;
}
</style>