Shades of Razzle Dazzle Rose #DB29CD
Tints of Razzle Dazzle Rose #DB29CD
RGB
CMYK
RGB Variations
Color information
#DB29CD (or 0xDB29CD) is known color: Razzle Dazzle Rose. HEX triplet: DB, 29 and CD. RGB value is (219,41,205). Sum of RGB (Red+Green+Blue) = 219+41+205=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB29CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB29CD is #24D632. Grayscale: #707070. Windows color (decimal): -2414131 or 13445595. OLE color: 13445595.
HSL color Cylindrical-coordinate representation of color #DB29CD: hue angle of 304.72º 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 #DB29CD is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 205 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.14 |
| HSL | 304.72º | 0.71% | 0.51% | - |
| HSV(B) | 304.72º | 0.81% | 0.86% | - |
| XYZ | 41.03 | 21.05 | 59.66 | - |
| YUV | 112.92 | 179.97 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 205 | 0 | 0.81 | 0.06 | 0.14 | 304.72 | 0.71 | 0.51 |
| Hex | DB | 29 | CD | 0 | 51 | 6 | E | 131 | 47 | 33 |
| Octal | 333 | 51 | 315 | 0 | 121 | 6 | 16 | 461 | 107 | 63 |
| Binary | 11011011 | 101001 | 11001101 | 0 | 1010001 | 110 | 1110 | 100110001 | 1000111 | 110011 |
Color Harmonies of #DB29CD
Complementary color
Monochromatic Colors of #DB29CD
Black with #DB29CD
Text Example
Text Example
White with #DB29CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB29CD; }
p { color: rgb(219,41,205); }
H1.HeaderClassName
{
color: #DB29CD;
}
.AnyTagClassName
{
color: #DB29CD;
}
</style>
background-color css
<style>
a { background-color: #DB29CD; }
a { background-color: rgb(219,41,205); }
div.DivClassName
{
background-color: #DB29CD;
}
.BgClassName
{
background-color: #DB29CD;
}
</style>
border-color css
<style>
span { border-color: #DB29CD; }
span { border-color: rgb(219,41,205); }
td.TdClassName
{
border-color: #DB29CD;
}
.TagClassName
{
border-color: #DB29CD;
}
</style>