Shades of Razzle Dazzle Rose #DB34B7
Tints of Razzle Dazzle Rose #DB34B7
RGB
CMYK
RGB Variations
Color information
#DB34B7 (or 0xDB34B7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and B7. RGB value is (219,52,183). Sum of RGB (Red+Green+Blue) = 219+52+183=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34B7 is #24CB48. Grayscale: #747474. Windows color (decimal): -2411337 or 12006619. OLE color: 12006619.
HSL color Cylindrical-coordinate representation of color #DB34B7: hue angle of 312.93º 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 #DB34B7 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 183 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.14 |
| HSL | 312.93º | 0.7% | 0.53% | - |
| HSV(B) | 312.93º | 0.76% | 0.86% | - |
| XYZ | 38.99 | 20.93 | 46.79 | - |
| YUV | 116.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 183 | 0 | 0.76 | 0.16 | 0.14 | 312.93 | 0.7 | 0.53 |
| Hex | DB | 34 | B7 | 0 | 4C | 10 | E | 139 | 46 | 35 |
| Octal | 333 | 64 | 267 | 0 | 114 | 20 | 16 | 471 | 106 | 65 |
| Binary | 11011011 | 110100 | 10110111 | 0 | 1001100 | 10000 | 1110 | 100111001 | 1000110 | 110101 |
Color Harmonies of #DB34B7
Complementary color
Monochromatic Colors of #DB34B7
Black with #DB34B7
Text Example
Text Example
White with #DB34B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34B7; }
p { color: rgb(219,52,183); }
H1.HeaderClassName
{
color: #DB34B7;
}
.AnyTagClassName
{
color: #DB34B7;
}
</style>
background-color css
<style>
a { background-color: #DB34B7; }
a { background-color: rgb(219,52,183); }
div.DivClassName
{
background-color: #DB34B7;
}
.BgClassName
{
background-color: #DB34B7;
}
</style>
border-color css
<style>
span { border-color: #DB34B7; }
span { border-color: rgb(219,52,183); }
td.TdClassName
{
border-color: #DB34B7;
}
.TagClassName
{
border-color: #DB34B7;
}
</style>