Shades of Razzle Dazzle Rose #DB34C6
Tints of Razzle Dazzle Rose #DB34C6
RGB
CMYK
RGB Variations
Color information
#DB34C6 (or 0xDB34C6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and C6. RGB value is (219,52,198). Sum of RGB (Red+Green+Blue) = 219+52+198=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34C6 is #24CB39. Grayscale: #767676. Windows color (decimal): -2411322 or 12989659. OLE color: 12989659.
HSL color Cylindrical-coordinate representation of color #DB34C6: hue angle of 307.54º 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 #DB34C6 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 198 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.14 |
| HSL | 307.54º | 0.7% | 0.53% | - |
| HSV(B) | 307.54º | 0.76% | 0.86% | - |
| XYZ | 40.63 | 21.59 | 55.45 | - |
| YUV | 118.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 198 | 0 | 0.76 | 0.10 | 0.14 | 307.54 | 0.7 | 0.53 |
| Hex | DB | 34 | C6 | 0 | 4C | A | E | 134 | 46 | 35 |
| Octal | 333 | 64 | 306 | 0 | 114 | 12 | 16 | 464 | 106 | 65 |
| Binary | 11011011 | 110100 | 11000110 | 0 | 1001100 | 1010 | 1110 | 100110100 | 1000110 | 110101 |
Color Harmonies of #DB34C6
Complementary color
Monochromatic Colors of #DB34C6
Black with #DB34C6
Text Example
Text Example
White with #DB34C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34C6; }
p { color: rgb(219,52,198); }
H1.HeaderClassName
{
color: #DB34C6;
}
.AnyTagClassName
{
color: #DB34C6;
}
</style>
background-color css
<style>
a { background-color: #DB34C6; }
a { background-color: rgb(219,52,198); }
div.DivClassName
{
background-color: #DB34C6;
}
.BgClassName
{
background-color: #DB34C6;
}
</style>
border-color css
<style>
span { border-color: #DB34C6; }
span { border-color: rgb(219,52,198); }
td.TdClassName
{
border-color: #DB34C6;
}
.TagClassName
{
border-color: #DB34C6;
}
</style>