Shades of Razzle Dazzle Rose #DB33BF
Tints of Razzle Dazzle Rose #DB33BF
RGB
CMYK
RGB Variations
Color information
#DB33BF (or 0xDB33BF) is known color: Razzle Dazzle Rose. HEX triplet: DB, 33 and BF. RGB value is (219,51,191). Sum of RGB (Red+Green+Blue) = 219+51+191=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33BF is #24CC40. Grayscale: #747474. Windows color (decimal): -2411585 or 12530651. OLE color: 12530651.
HSL color Cylindrical-coordinate representation of color #DB33BF: hue angle of 310º 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 #DB33BF is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 191 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.14 |
| HSL | 310º | 0.7% | 0.53% | - |
| HSV(B) | 310º | 0.77% | 0.86% | - |
| XYZ | 39.8 | 21.19 | 51.28 | - |
| YUV | 117.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 191 | 0 | 0.77 | 0.13 | 0.14 | 310 | 0.7 | 0.53 |
| Hex | DB | 33 | BF | 0 | 4D | D | E | 136 | 46 | 35 |
| Octal | 333 | 63 | 277 | 0 | 115 | 15 | 16 | 466 | 106 | 65 |
| Binary | 11011011 | 110011 | 10111111 | 0 | 1001101 | 1101 | 1110 | 100110110 | 1000110 | 110101 |
Color Harmonies of #DB33BF
Complementary color
Monochromatic Colors of #DB33BF
Black with #DB33BF
Text Example
Text Example
White with #DB33BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33BF; }
p { color: rgb(219,51,191); }
H1.HeaderClassName
{
color: #DB33BF;
}
.AnyTagClassName
{
color: #DB33BF;
}
</style>
background-color css
<style>
a { background-color: #DB33BF; }
a { background-color: rgb(219,51,191); }
div.DivClassName
{
background-color: #DB33BF;
}
.BgClassName
{
background-color: #DB33BF;
}
</style>
border-color css
<style>
span { border-color: #DB33BF; }
span { border-color: rgb(219,51,191); }
td.TdClassName
{
border-color: #DB33BF;
}
.TagClassName
{
border-color: #DB33BF;
}
</style>