Shades of Razzle Dazzle Rose #DB34C9
Tints of Razzle Dazzle Rose #DB34C9
RGB
CMYK
RGB Variations
Color information
#DB34C9 (or 0xDB34C9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and C9. RGB value is (219,52,201). Sum of RGB (Red+Green+Blue) = 219+52+201=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34C9 is #24CB36. Grayscale: #767676. Windows color (decimal): -2411319 or 13186267. OLE color: 13186267.
HSL color Cylindrical-coordinate representation of color #DB34C9: hue angle of 306.47º 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 #DB34C9 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 201 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.14 |
| HSL | 306.47º | 0.7% | 0.53% | - |
| HSV(B) | 306.47º | 0.76% | 0.86% | - |
| XYZ | 40.98 | 21.73 | 57.29 | - |
| YUV | 118.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 201 | 0 | 0.76 | 0.08 | 0.14 | 306.47 | 0.7 | 0.53 |
| Hex | DB | 34 | C9 | 0 | 4C | 8 | E | 132 | 46 | 35 |
| Octal | 333 | 64 | 311 | 0 | 114 | 10 | 16 | 462 | 106 | 65 |
| Binary | 11011011 | 110100 | 11001001 | 0 | 1001100 | 1000 | 1110 | 100110010 | 1000110 | 110101 |
Color Harmonies of #DB34C9
Complementary color
Monochromatic Colors of #DB34C9
Black with #DB34C9
Text Example
Text Example
White with #DB34C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34C9; }
p { color: rgb(219,52,201); }
H1.HeaderClassName
{
color: #DB34C9;
}
.AnyTagClassName
{
color: #DB34C9;
}
</style>
background-color css
<style>
a { background-color: #DB34C9; }
a { background-color: rgb(219,52,201); }
div.DivClassName
{
background-color: #DB34C9;
}
.BgClassName
{
background-color: #DB34C9;
}
</style>
border-color css
<style>
span { border-color: #DB34C9; }
span { border-color: rgb(219,52,201); }
td.TdClassName
{
border-color: #DB34C9;
}
.TagClassName
{
border-color: #DB34C9;
}
</style>