Shades of Razzle Dazzle Rose #DB32C3
Tints of Razzle Dazzle Rose #DB32C3
RGB
CMYK
RGB Variations
Color information
#DB32C3 (or 0xDB32C3) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and C3. RGB value is (219,50,195). Sum of RGB (Red+Green+Blue) = 219+50+195=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32C3 is #24CD3C. Grayscale: #747474. Windows color (decimal): -2411837 or 12792539. OLE color: 12792539.
HSL color Cylindrical-coordinate representation of color #DB32C3: hue angle of 308.52º 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 #DB32C3 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 195 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.14 |
| HSL | 308.52º | 0.7% | 0.53% | - |
| HSV(B) | 308.52º | 0.77% | 0.86% | - |
| XYZ | 40.2 | 21.28 | 53.62 | - |
| YUV | 117.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 195 | 0 | 0.77 | 0.11 | 0.14 | 308.52 | 0.7 | 0.53 |
| Hex | DB | 32 | C3 | 0 | 4D | B | E | 135 | 46 | 35 |
| Octal | 333 | 62 | 303 | 0 | 115 | 13 | 16 | 465 | 106 | 65 |
| Binary | 11011011 | 110010 | 11000011 | 0 | 1001101 | 1011 | 1110 | 100110101 | 1000110 | 110101 |
Color Harmonies of #DB32C3
Complementary color
Monochromatic Colors of #DB32C3
Black with #DB32C3
Text Example
Text Example
White with #DB32C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32C3; }
p { color: rgb(219,50,195); }
H1.HeaderClassName
{
color: #DB32C3;
}
.AnyTagClassName
{
color: #DB32C3;
}
</style>
background-color css
<style>
a { background-color: #DB32C3; }
a { background-color: rgb(219,50,195); }
div.DivClassName
{
background-color: #DB32C3;
}
.BgClassName
{
background-color: #DB32C3;
}
</style>
border-color css
<style>
span { border-color: #DB32C3; }
span { border-color: rgb(219,50,195); }
td.TdClassName
{
border-color: #DB32C3;
}
.TagClassName
{
border-color: #DB32C3;
}
</style>