Shades of Razzle Dazzle Rose #DB32CE
Tints of Razzle Dazzle Rose #DB32CE
RGB
CMYK
RGB Variations
Color information
#DB32CE (or 0xDB32CE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and CE. RGB value is (219,50,206). Sum of RGB (Red+Green+Blue) = 219+50+206=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32CE is #24CD31. Grayscale: #757575. Windows color (decimal): -2411826 or 13513435. OLE color: 13513435.
HSL color Cylindrical-coordinate representation of color #DB32CE: hue angle of 304.62º 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 #DB32CE is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 206 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.14 |
| HSL | 304.62º | 0.7% | 0.53% | - |
| HSV(B) | 304.62º | 0.77% | 0.86% | - |
| XYZ | 41.49 | 21.8 | 60.41 | - |
| YUV | 118.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 206 | 0 | 0.77 | 0.06 | 0.14 | 304.62 | 0.7 | 0.53 |
| Hex | DB | 32 | CE | 0 | 4D | 6 | E | 131 | 46 | 35 |
| Octal | 333 | 62 | 316 | 0 | 115 | 6 | 16 | 461 | 106 | 65 |
| Binary | 11011011 | 110010 | 11001110 | 0 | 1001101 | 110 | 1110 | 100110001 | 1000110 | 110101 |
Color Harmonies of #DB32CE
Complementary color
Monochromatic Colors of #DB32CE
Black with #DB32CE
Text Example
Text Example
White with #DB32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32CE; }
p { color: rgb(219,50,206); }
H1.HeaderClassName
{
color: #DB32CE;
}
.AnyTagClassName
{
color: #DB32CE;
}
</style>
background-color css
<style>
a { background-color: #DB32CE; }
a { background-color: rgb(219,50,206); }
div.DivClassName
{
background-color: #DB32CE;
}
.BgClassName
{
background-color: #DB32CE;
}
</style>
border-color css
<style>
span { border-color: #DB32CE; }
span { border-color: rgb(219,50,206); }
td.TdClassName
{
border-color: #DB32CE;
}
.TagClassName
{
border-color: #DB32CE;
}
</style>