Shades of Razzle Dazzle Rose #DB32BD
Tints of Razzle Dazzle Rose #DB32BD
RGB
CMYK
RGB Variations
Color information
#DB32BD (or 0xDB32BD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and BD. RGB value is (219,50,189). Sum of RGB (Red+Green+Blue) = 219+50+189=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32BD is #24CD42. Grayscale: #737373. Windows color (decimal): -2411843 or 12399323. OLE color: 12399323.
HSL color Cylindrical-coordinate representation of color #DB32BD: hue angle of 310.65º 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 #DB32BD is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 189 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.14 |
| HSL | 310.65º | 0.7% | 0.53% | - |
| HSV(B) | 310.65º | 0.77% | 0.86% | - |
| XYZ | 39.54 | 21.02 | 50.12 | - |
| YUV | 116.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 189 | 0 | 0.77 | 0.14 | 0.14 | 310.65 | 0.7 | 0.53 |
| Hex | DB | 32 | BD | 0 | 4D | E | E | 137 | 46 | 35 |
| Octal | 333 | 62 | 275 | 0 | 115 | 16 | 16 | 467 | 106 | 65 |
| Binary | 11011011 | 110010 | 10111101 | 0 | 1001101 | 1110 | 1110 | 100110111 | 1000110 | 110101 |
Color Harmonies of #DB32BD
Complementary color
Monochromatic Colors of #DB32BD
Black with #DB32BD
Text Example
Text Example
White with #DB32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32BD; }
p { color: rgb(219,50,189); }
H1.HeaderClassName
{
color: #DB32BD;
}
.AnyTagClassName
{
color: #DB32BD;
}
</style>
background-color css
<style>
a { background-color: #DB32BD; }
a { background-color: rgb(219,50,189); }
div.DivClassName
{
background-color: #DB32BD;
}
.BgClassName
{
background-color: #DB32BD;
}
</style>
border-color css
<style>
span { border-color: #DB32BD; }
span { border-color: rgb(219,50,189); }
td.TdClassName
{
border-color: #DB32BD;
}
.TagClassName
{
border-color: #DB32BD;
}
</style>