Shades of Razzle Dazzle Rose #DB29BC
Tints of Razzle Dazzle Rose #DB29BC
RGB
CMYK
RGB Variations
Color information
#DB29BC (or 0xDB29BC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and BC. RGB value is (219,41,188). Sum of RGB (Red+Green+Blue) = 219+41+188=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29BC is #24D643. Grayscale: #6E6E6E. Windows color (decimal): -2414148 or 12331483. OLE color: 12331483.
HSL color Cylindrical-coordinate representation of color #DB29BC: hue angle of 310.45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB29BC is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 188 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.14 |
| HSL | 310.45º | 0.71% | 0.51% | - |
| HSV(B) | 310.45º | 0.81% | 0.86% | - |
| XYZ | 39.08 | 20.28 | 49.43 | - |
| YUV | 110.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 188 | 0 | 0.81 | 0.14 | 0.14 | 310.45 | 0.71 | 0.51 |
| Hex | DB | 29 | BC | 0 | 51 | E | E | 136 | 47 | 33 |
| Octal | 333 | 51 | 274 | 0 | 121 | 16 | 16 | 466 | 107 | 63 |
| Binary | 11011011 | 101001 | 10111100 | 0 | 1010001 | 1110 | 1110 | 100110110 | 1000111 | 110011 |
Color Harmonies of #DB29BC
Complementary color
Monochromatic Colors of #DB29BC
Black with #DB29BC
Text Example
Text Example
White with #DB29BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29BC; }
p { color: rgb(219,41,188); }
H1.HeaderClassName
{
color: #DB29BC;
}
.AnyTagClassName
{
color: #DB29BC;
}
</style>
background-color css
<style>
a { background-color: #DB29BC; }
a { background-color: rgb(219,41,188); }
div.DivClassName
{
background-color: #DB29BC;
}
.BgClassName
{
background-color: #DB29BC;
}
</style>
border-color css
<style>
span { border-color: #DB29BC; }
span { border-color: rgb(219,41,188); }
td.TdClassName
{
border-color: #DB29BC;
}
.TagClassName
{
border-color: #DB29BC;
}
</style>