Shades of Razzle Dazzle Rose #DB34CA
Tints of Razzle Dazzle Rose #DB34CA
RGB
CMYK
RGB Variations
Color information
#DB34CA (or 0xDB34CA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and CA. RGB value is (219,52,202). Sum of RGB (Red+Green+Blue) = 219+52+202=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34CA is #24CB35. Grayscale: #767676. Windows color (decimal): -2411318 or 13251803. OLE color: 13251803.
HSL color Cylindrical-coordinate representation of color #DB34CA: hue angle of 306.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB34CA is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 202 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.14 |
| HSL | 306.11º | 0.7% | 0.53% | - |
| HSV(B) | 306.11º | 0.76% | 0.86% | - |
| XYZ | 41.1 | 21.78 | 57.91 | - |
| YUV | 119.03 | 174.83 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 202 | 0 | 0.76 | 0.08 | 0.14 | 306.11 | 0.7 | 0.53 |
| Hex | DB | 34 | CA | 0 | 4C | 8 | E | 132 | 46 | 35 |
| Octal | 333 | 64 | 312 | 0 | 114 | 10 | 16 | 462 | 106 | 65 |
| Binary | 11011011 | 110100 | 11001010 | 0 | 1001100 | 1000 | 1110 | 100110010 | 1000110 | 110101 |
Color Harmonies of #DB34CA
Complementary color
Monochromatic Colors of #DB34CA
Black with #DB34CA
Text Example
Text Example
White with #DB34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34CA; }
p { color: rgb(219,52,202); }
H1.HeaderClassName
{
color: #DB34CA;
}
.AnyTagClassName
{
color: #DB34CA;
}
</style>
background-color css
<style>
a { background-color: #DB34CA; }
a { background-color: rgb(219,52,202); }
div.DivClassName
{
background-color: #DB34CA;
}
.BgClassName
{
background-color: #DB34CA;
}
</style>
border-color css
<style>
span { border-color: #DB34CA; }
span { border-color: rgb(219,52,202); }
td.TdClassName
{
border-color: #DB34CA;
}
.TagClassName
{
border-color: #DB34CA;
}
</style>