Shades of Razzle Dazzle Rose #DB32D3
Tints of Razzle Dazzle Rose #DB32D3
RGB
CMYK
RGB Variations
Color information
#DB32D3 (or 0xDB32D3) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and D3. RGB value is (219,50,211). Sum of RGB (Red+Green+Blue) = 219+50+211=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32D3 is #24CD2C. Grayscale: #767676. Windows color (decimal): -2411821 or 13841115. OLE color: 13841115.
HSL color Cylindrical-coordinate representation of color #DB32D3: hue angle of 302.84º 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 #DB32D3 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 211 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.14 |
| HSL | 302.84º | 0.7% | 0.53% | - |
| HSV(B) | 302.84º | 0.77% | 0.86% | - |
| XYZ | 42.11 | 22.04 | 63.66 | - |
| YUV | 118.89 | 179.99 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 211 | 0 | 0.77 | 0.04 | 0.14 | 302.84 | 0.7 | 0.53 |
| Hex | DB | 32 | D3 | 0 | 4D | 4 | E | 12F | 46 | 35 |
| Octal | 333 | 62 | 323 | 0 | 115 | 4 | 16 | 457 | 106 | 65 |
| Binary | 11011011 | 110010 | 11010011 | 0 | 1001101 | 100 | 1110 | 100101111 | 1000110 | 110101 |
Color Harmonies of #DB32D3
Complementary color
Monochromatic Colors of #DB32D3
Black with #DB32D3
Text Example
Text Example
White with #DB32D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32D3; }
p { color: rgb(219,50,211); }
H1.HeaderClassName
{
color: #DB32D3;
}
.AnyTagClassName
{
color: #DB32D3;
}
</style>
background-color css
<style>
a { background-color: #DB32D3; }
a { background-color: rgb(219,50,211); }
div.DivClassName
{
background-color: #DB32D3;
}
.BgClassName
{
background-color: #DB32D3;
}
</style>
border-color css
<style>
span { border-color: #DB32D3; }
span { border-color: rgb(219,50,211); }
td.TdClassName
{
border-color: #DB32D3;
}
.TagClassName
{
border-color: #DB32D3;
}
</style>