Shades of Razzle Dazzle Rose #DB34BD
Tints of Razzle Dazzle Rose #DB34BD
RGB
CMYK
RGB Variations
Color information
#DB34BD (or 0xDB34BD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and BD. RGB value is (219,52,189). Sum of RGB (Red+Green+Blue) = 219+52+189=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34BD is #24CB42. Grayscale: #757575. Windows color (decimal): -2411331 or 12399835. OLE color: 12399835.
HSL color Cylindrical-coordinate representation of color #DB34BD: hue angle of 310.78º 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 #DB34BD is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 189 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.14 |
| HSL | 310.78º | 0.7% | 0.53% | - |
| HSV(B) | 310.78º | 0.76% | 0.86% | - |
| XYZ | 39.63 | 21.19 | 50.15 | - |
| YUV | 117.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 189 | 0 | 0.76 | 0.14 | 0.14 | 310.78 | 0.7 | 0.53 |
| Hex | DB | 34 | BD | 0 | 4C | E | E | 137 | 46 | 35 |
| Octal | 333 | 64 | 275 | 0 | 114 | 16 | 16 | 467 | 106 | 65 |
| Binary | 11011011 | 110100 | 10111101 | 0 | 1001100 | 1110 | 1110 | 100110111 | 1000110 | 110101 |
Color Harmonies of #DB34BD
Complementary color
Monochromatic Colors of #DB34BD
Black with #DB34BD
Text Example
Text Example
White with #DB34BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34BD; }
p { color: rgb(219,52,189); }
H1.HeaderClassName
{
color: #DB34BD;
}
.AnyTagClassName
{
color: #DB34BD;
}
</style>
background-color css
<style>
a { background-color: #DB34BD; }
a { background-color: rgb(219,52,189); }
div.DivClassName
{
background-color: #DB34BD;
}
.BgClassName
{
background-color: #DB34BD;
}
</style>
border-color css
<style>
span { border-color: #DB34BD; }
span { border-color: rgb(219,52,189); }
td.TdClassName
{
border-color: #DB34BD;
}
.TagClassName
{
border-color: #DB34BD;
}
</style>