Shades of Razzle Dazzle Rose #DB32B4
Tints of Razzle Dazzle Rose #DB32B4
RGB
CMYK
RGB Variations
Color information
#DB32B4 (or 0xDB32B4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 32 and B4. RGB value is (219,50,180). Sum of RGB (Red+Green+Blue) = 219+50+180=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB32B4 is #24CD4B. Grayscale: #737373. Windows color (decimal): -2411852 or 11809499. OLE color: 11809499.
HSL color Cylindrical-coordinate representation of color #DB32B4: hue angle of 313.85º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB32B4 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 180 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.14 |
| HSL | 313.85º | 0.7% | 0.53% | - |
| HSV(B) | 313.85º | 0.77% | 0.86% | - |
| XYZ | 38.59 | 20.64 | 45.13 | - |
| YUV | 115.35 | 164.49 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 180 | 0 | 0.77 | 0.18 | 0.14 | 313.85 | 0.7 | 0.53 |
| Hex | DB | 32 | B4 | 0 | 4D | 12 | E | 13A | 46 | 35 |
| Octal | 333 | 62 | 264 | 0 | 115 | 22 | 16 | 472 | 106 | 65 |
| Binary | 11011011 | 110010 | 10110100 | 0 | 1001101 | 10010 | 1110 | 100111010 | 1000110 | 110101 |
Color Harmonies of #DB32B4
Complementary color
Monochromatic Colors of #DB32B4
Black with #DB32B4
Text Example
Text Example
White with #DB32B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32B4; }
p { color: rgb(219,50,180); }
H1.HeaderClassName
{
color: #DB32B4;
}
.AnyTagClassName
{
color: #DB32B4;
}
</style>
background-color css
<style>
a { background-color: #DB32B4; }
a { background-color: rgb(219,50,180); }
div.DivClassName
{
background-color: #DB32B4;
}
.BgClassName
{
background-color: #DB32B4;
}
</style>
border-color css
<style>
span { border-color: #DB32B4; }
span { border-color: rgb(219,50,180); }
td.TdClassName
{
border-color: #DB32B4;
}
.TagClassName
{
border-color: #DB32B4;
}
</style>