Shades of Razzle Dazzle Rose #DB29CF
Tints of Razzle Dazzle Rose #DB29CF
RGB
CMYK
RGB Variations
Color information
#DB29CF (or 0xDB29CF) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and CF. RGB value is (219,41,207). Sum of RGB (Red+Green+Blue) = 219+41+207=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29CF is #24D630. Grayscale: #707070. Windows color (decimal): -2414129 or 13576667. OLE color: 13576667.
HSL color Cylindrical-coordinate representation of color #DB29CF: hue angle of 304.04º 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 #DB29CF is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 207 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.14 |
| HSL | 304.05º | 0.71% | 0.51% | - |
| HSV(B) | 304.05º | 0.81% | 0.86% | - |
| XYZ | 41.27 | 21.15 | 60.94 | - |
| YUV | 113.15 | 180.97 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 207 | 0 | 0.81 | 0.05 | 0.14 | 304.05 | 0.71 | 0.51 |
| Hex | DB | 29 | CF | 0 | 51 | 5 | E | 130 | 47 | 33 |
| Octal | 333 | 51 | 317 | 0 | 121 | 5 | 16 | 460 | 107 | 63 |
| Binary | 11011011 | 101001 | 11001111 | 0 | 1010001 | 101 | 1110 | 100110000 | 1000111 | 110011 |
Color Harmonies of #DB29CF
Complementary color
Monochromatic Colors of #DB29CF
Black with #DB29CF
Text Example
Text Example
White with #DB29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29CF; }
p { color: rgb(219,41,207); }
H1.HeaderClassName
{
color: #DB29CF;
}
.AnyTagClassName
{
color: #DB29CF;
}
</style>
background-color css
<style>
a { background-color: #DB29CF; }
a { background-color: rgb(219,41,207); }
div.DivClassName
{
background-color: #DB29CF;
}
.BgClassName
{
background-color: #DB29CF;
}
</style>
border-color css
<style>
span { border-color: #DB29CF; }
span { border-color: rgb(219,41,207); }
td.TdClassName
{
border-color: #DB29CF;
}
.TagClassName
{
border-color: #DB29CF;
}
</style>