Shades of Razzle Dazzle Rose #DB29BA
Tints of Razzle Dazzle Rose #DB29BA
RGB
CMYK
RGB Variations
Color information
#DB29BA (or 0xDB29BA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and BA. RGB value is (219,41,186). Sum of RGB (Red+Green+Blue) = 219+41+186=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29BA is #24D645. Grayscale: #6E6E6E. Windows color (decimal): -2414150 or 12200411. OLE color: 12200411.
HSL color Cylindrical-coordinate representation of color #DB29BA: hue angle of 311.12º 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 #DB29BA is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 186 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.14 |
| HSL | 311.12º | 0.71% | 0.51% | - |
| HSV(B) | 311.12º | 0.81% | 0.86% | - |
| XYZ | 38.87 | 20.19 | 48.3 | - |
| YUV | 110.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 186 | 0 | 0.81 | 0.15 | 0.14 | 311.12 | 0.71 | 0.51 |
| Hex | DB | 29 | BA | 0 | 51 | F | E | 137 | 47 | 33 |
| Octal | 333 | 51 | 272 | 0 | 121 | 17 | 16 | 467 | 107 | 63 |
| Binary | 11011011 | 101001 | 10111010 | 0 | 1010001 | 1111 | 1110 | 100110111 | 1000111 | 110011 |
Color Harmonies of #DB29BA
Complementary color
Monochromatic Colors of #DB29BA
Black with #DB29BA
Text Example
Text Example
White with #DB29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29BA; }
p { color: rgb(219,41,186); }
H1.HeaderClassName
{
color: #DB29BA;
}
.AnyTagClassName
{
color: #DB29BA;
}
</style>
background-color css
<style>
a { background-color: #DB29BA; }
a { background-color: rgb(219,41,186); }
div.DivClassName
{
background-color: #DB29BA;
}
.BgClassName
{
background-color: #DB29BA;
}
</style>
border-color css
<style>
span { border-color: #DB29BA; }
span { border-color: rgb(219,41,186); }
td.TdClassName
{
border-color: #DB29BA;
}
.TagClassName
{
border-color: #DB29BA;
}
</style>