Shades of Razzle Dazzle Rose #DB34B5
Tints of Razzle Dazzle Rose #DB34B5
RGB
CMYK
RGB Variations
Color information
#DB34B5 (or 0xDB34B5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 34 and B5. RGB value is (219,52,181). Sum of RGB (Red+Green+Blue) = 219+52+181=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB34B5 is #24CB4A. Grayscale: #747474. Windows color (decimal): -2411339 or 11875547. OLE color: 11875547.
HSL color Cylindrical-coordinate representation of color #DB34B5: hue angle of 313.65º 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 #DB34B5 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 181 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.14 |
| HSL | 313.65º | 0.7% | 0.53% | - |
| HSV(B) | 313.65º | 0.76% | 0.86% | - |
| XYZ | 38.78 | 20.85 | 45.7 | - |
| YUV | 116.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 181 | 0 | 0.76 | 0.17 | 0.14 | 313.65 | 0.7 | 0.53 |
| Hex | DB | 34 | B5 | 0 | 4C | 11 | E | 13A | 46 | 35 |
| Octal | 333 | 64 | 265 | 0 | 114 | 21 | 16 | 472 | 106 | 65 |
| Binary | 11011011 | 110100 | 10110101 | 0 | 1001100 | 10001 | 1110 | 100111010 | 1000110 | 110101 |
Color Harmonies of #DB34B5
Complementary color
Monochromatic Colors of #DB34B5
Black with #DB34B5
Text Example
Text Example
White with #DB34B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34B5; }
p { color: rgb(219,52,181); }
H1.HeaderClassName
{
color: #DB34B5;
}
.AnyTagClassName
{
color: #DB34B5;
}
</style>
background-color css
<style>
a { background-color: #DB34B5; }
a { background-color: rgb(219,52,181); }
div.DivClassName
{
background-color: #DB34B5;
}
.BgClassName
{
background-color: #DB34B5;
}
</style>
border-color css
<style>
span { border-color: #DB34B5; }
span { border-color: rgb(219,52,181); }
td.TdClassName
{
border-color: #DB34B5;
}
.TagClassName
{
border-color: #DB34B5;
}
</style>