Shades of Razzle Dazzle Rose #DB32C2
Tints of Razzle Dazzle Rose #DB32C2
RGB
CMYK
RGB Variations
Color information
#DB32C2 (or 0xDB32C2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and C2. RGB value is (219,50,194). Sum of RGB (Red+Green+Blue) = 219+50+194=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32C2 is #24CD3D. Grayscale: #747474. Windows color (decimal): -2411838 or 12727003. OLE color: 12727003.
HSL color Cylindrical-coordinate representation of color #DB32C2: hue angle of 308.88º 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 #DB32C2 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 194 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.14 |
| HSL | 308.88º | 0.7% | 0.53% | - |
| HSV(B) | 308.88º | 0.77% | 0.86% | - |
| XYZ | 40.09 | 21.24 | 53.02 | - |
| YUV | 116.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 194 | 0 | 0.77 | 0.11 | 0.14 | 308.88 | 0.7 | 0.53 |
| Hex | DB | 32 | C2 | 0 | 4D | B | E | 135 | 46 | 35 |
| Octal | 333 | 62 | 302 | 0 | 115 | 13 | 16 | 465 | 106 | 65 |
| Binary | 11011011 | 110010 | 11000010 | 0 | 1001101 | 1011 | 1110 | 100110101 | 1000110 | 110101 |
Color Harmonies of #DB32C2
Complementary color
Monochromatic Colors of #DB32C2
Black with #DB32C2
Text Example
Text Example
White with #DB32C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32C2; }
p { color: rgb(219,50,194); }
H1.HeaderClassName
{
color: #DB32C2;
}
.AnyTagClassName
{
color: #DB32C2;
}
</style>
background-color css
<style>
a { background-color: #DB32C2; }
a { background-color: rgb(219,50,194); }
div.DivClassName
{
background-color: #DB32C2;
}
.BgClassName
{
background-color: #DB32C2;
}
</style>
border-color css
<style>
span { border-color: #DB32C2; }
span { border-color: rgb(219,50,194); }
td.TdClassName
{
border-color: #DB32C2;
}
.TagClassName
{
border-color: #DB32C2;
}
</style>