Shades of Razzle Dazzle Rose #DB32B7
Tints of Razzle Dazzle Rose #DB32B7
RGB
CMYK
RGB Variations
Color information
#DB32B7 (or 0xDB32B7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and B7. RGB value is (219,50,183). Sum of RGB (Red+Green+Blue) = 219+50+183=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32B7 is #24CD48. Grayscale: #737373. Windows color (decimal): -2411849 or 12006107. OLE color: 12006107.
HSL color Cylindrical-coordinate representation of color #DB32B7: hue angle of 312.78º 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 #DB32B7 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 183 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.14 |
| HSL | 312.78º | 0.7% | 0.53% | - |
| HSV(B) | 312.78º | 0.77% | 0.86% | - |
| XYZ | 38.9 | 20.76 | 46.76 | - |
| YUV | 115.69 | 165.99 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 183 | 0 | 0.77 | 0.16 | 0.14 | 312.78 | 0.7 | 0.53 |
| Hex | DB | 32 | B7 | 0 | 4D | 10 | E | 139 | 46 | 35 |
| Octal | 333 | 62 | 267 | 0 | 115 | 20 | 16 | 471 | 106 | 65 |
| Binary | 11011011 | 110010 | 10110111 | 0 | 1001101 | 10000 | 1110 | 100111001 | 1000110 | 110101 |
Color Harmonies of #DB32B7
Complementary color
Monochromatic Colors of #DB32B7
Black with #DB32B7
Text Example
Text Example
White with #DB32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32B7; }
p { color: rgb(219,50,183); }
H1.HeaderClassName
{
color: #DB32B7;
}
.AnyTagClassName
{
color: #DB32B7;
}
</style>
background-color css
<style>
a { background-color: #DB32B7; }
a { background-color: rgb(219,50,183); }
div.DivClassName
{
background-color: #DB32B7;
}
.BgClassName
{
background-color: #DB32B7;
}
</style>
border-color css
<style>
span { border-color: #DB32B7; }
span { border-color: rgb(219,50,183); }
td.TdClassName
{
border-color: #DB32B7;
}
.TagClassName
{
border-color: #DB32B7;
}
</style>