Shades of Razzle Dazzle Rose #DB33B9
Tints of Razzle Dazzle Rose #DB33B9
RGB
CMYK
RGB Variations
Color information
#DB33B9 (or 0xDB33B9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 33 and B9. RGB value is (219,51,185). Sum of RGB (Red+Green+Blue) = 219+51+185=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33B9 is #24CC46. Grayscale: #747474. Windows color (decimal): -2411591 or 12137435. OLE color: 12137435.
HSL color Cylindrical-coordinate representation of color #DB33B9: hue angle of 312.14º 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 #DB33B9 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 185 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.14 |
| HSL | 312.14º | 0.7% | 0.53% | - |
| HSV(B) | 312.14º | 0.77% | 0.86% | - |
| XYZ | 39.15 | 20.93 | 47.88 | - |
| YUV | 116.51 | 166.66 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 185 | 0 | 0.77 | 0.16 | 0.14 | 312.14 | 0.7 | 0.53 |
| Hex | DB | 33 | B9 | 0 | 4D | 10 | E | 138 | 46 | 35 |
| Octal | 333 | 63 | 271 | 0 | 115 | 20 | 16 | 470 | 106 | 65 |
| Binary | 11011011 | 110011 | 10111001 | 0 | 1001101 | 10000 | 1110 | 100111000 | 1000110 | 110101 |
Color Harmonies of #DB33B9
Complementary color
Monochromatic Colors of #DB33B9
Black with #DB33B9
Text Example
Text Example
White with #DB33B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33B9; }
p { color: rgb(219,51,185); }
H1.HeaderClassName
{
color: #DB33B9;
}
.AnyTagClassName
{
color: #DB33B9;
}
</style>
background-color css
<style>
a { background-color: #DB33B9; }
a { background-color: rgb(219,51,185); }
div.DivClassName
{
background-color: #DB33B9;
}
.BgClassName
{
background-color: #DB33B9;
}
</style>
border-color css
<style>
span { border-color: #DB33B9; }
span { border-color: rgb(219,51,185); }
td.TdClassName
{
border-color: #DB33B9;
}
.TagClassName
{
border-color: #DB33B9;
}
</style>