Shades of Razzle Dazzle Rose #DB34D2
Tints of Razzle Dazzle Rose #DB34D2
RGB
CMYK
RGB Variations
Color information
#DB34D2 (or 0xDB34D2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and D2. RGB value is (219,52,210). Sum of RGB (Red+Green+Blue) = 219+52+210=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34D2 is #24CB2D. Grayscale: #777777. Windows color (decimal): -2411310 or 13776091. OLE color: 13776091.
HSL color Cylindrical-coordinate representation of color #DB34D2: hue angle of 303.23º 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 #DB34D2 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 210 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.14 |
| HSL | 303.23º | 0.7% | 0.53% | - |
| HSV(B) | 303.23º | 0.76% | 0.86% | - |
| XYZ | 42.07 | 22.17 | 63.03 | - |
| YUV | 119.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 210 | 0 | 0.76 | 0.04 | 0.14 | 303.23 | 0.7 | 0.53 |
| Hex | DB | 34 | D2 | 0 | 4C | 4 | E | 12F | 46 | 35 |
| Octal | 333 | 64 | 322 | 0 | 114 | 4 | 16 | 457 | 106 | 65 |
| Binary | 11011011 | 110100 | 11010010 | 0 | 1001100 | 100 | 1110 | 100101111 | 1000110 | 110101 |
Color Harmonies of #DB34D2
Complementary color
Monochromatic Colors of #DB34D2
Black with #DB34D2
Text Example
Text Example
White with #DB34D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34D2; }
p { color: rgb(219,52,210); }
H1.HeaderClassName
{
color: #DB34D2;
}
.AnyTagClassName
{
color: #DB34D2;
}
</style>
background-color css
<style>
a { background-color: #DB34D2; }
a { background-color: rgb(219,52,210); }
div.DivClassName
{
background-color: #DB34D2;
}
.BgClassName
{
background-color: #DB34D2;
}
</style>
border-color css
<style>
span { border-color: #DB34D2; }
span { border-color: rgb(219,52,210); }
td.TdClassName
{
border-color: #DB34D2;
}
.TagClassName
{
border-color: #DB34D2;
}
</style>