Shades of Razzle Dazzle Rose #DB33B7
Tints of Razzle Dazzle Rose #DB33B7
RGB
CMYK
RGB Variations
Color information
#DB33B7 (or 0xDB33B7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 33 and B7. RGB value is (219,51,183). Sum of RGB (Red+Green+Blue) = 219+51+183=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB33B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33B7 is #24CC48. Grayscale: #737373. Windows color (decimal): -2411593 or 12006363. OLE color: 12006363.
HSL color Cylindrical-coordinate representation of color #DB33B7: hue angle of 312.86º 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 #DB33B7 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 183 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.14 |
| HSL | 312.86º | 0.7% | 0.53% | - |
| HSV(B) | 312.86º | 0.77% | 0.86% | - |
| XYZ | 38.94 | 20.85 | 46.77 | - |
| YUV | 116.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 183 | 0 | 0.77 | 0.16 | 0.14 | 312.86 | 0.7 | 0.53 |
| Hex | DB | 33 | B7 | 0 | 4D | 10 | E | 139 | 46 | 35 |
| Octal | 333 | 63 | 267 | 0 | 115 | 20 | 16 | 471 | 106 | 65 |
| Binary | 11011011 | 110011 | 10110111 | 0 | 1001101 | 10000 | 1110 | 100111001 | 1000110 | 110101 |
Color Harmonies of #DB33B7
Complementary color
Monochromatic Colors of #DB33B7
Black with #DB33B7
Text Example
Text Example
White with #DB33B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB33B7; }
p { color: rgb(219,51,183); }
H1.HeaderClassName
{
color: #DB33B7;
}
.AnyTagClassName
{
color: #DB33B7;
}
</style>
background-color css
<style>
a { background-color: #DB33B7; }
a { background-color: rgb(219,51,183); }
div.DivClassName
{
background-color: #DB33B7;
}
.BgClassName
{
background-color: #DB33B7;
}
</style>
border-color css
<style>
span { border-color: #DB33B7; }
span { border-color: rgb(219,51,183); }
td.TdClassName
{
border-color: #DB33B7;
}
.TagClassName
{
border-color: #DB33B7;
}
</style>