Shades of Razzle Dazzle Rose #DF29D9
Tints of Razzle Dazzle Rose #DF29D9
RGB
CMYK
RGB Variations
Color information
#DF29D9 (or 0xDF29D9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and D9. RGB value is (223,41,217). Sum of RGB (Red+Green+Blue) = 223+41+217=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29D9 is #20D626. Grayscale: #727272. Windows color (decimal): -2151975 or 14232031. OLE color: 14232031.
HSL color Cylindrical-coordinate representation of color #DF29D9: hue angle of 301.98º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF29D9 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 217 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.13 |
| HSL | 301.98º | 0.74% | 0.52% | - |
| HSV(B) | 301.98º | 0.82% | 0.87% | - |
| XYZ | 43.75 | 22.28 | 67.64 | - |
| YUV | 115.48 | 185.3 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 217 | 0 | 0.82 | 0.03 | 0.13 | 301.98 | 0.74 | 0.52 |
| Hex | DF | 29 | D9 | 0 | 52 | 3 | D | 12E | 4A | 34 |
| Octal | 337 | 51 | 331 | 0 | 122 | 3 | 15 | 456 | 112 | 64 |
| Binary | 11011111 | 101001 | 11011001 | 0 | 1010010 | 11 | 1101 | 100101110 | 1001010 | 110100 |
Color Harmonies of #DF29D9
Complementary color
Monochromatic Colors of #DF29D9
Black with #DF29D9
Text Example
Text Example
White with #DF29D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29D9; }
p { color: rgb(223,41,217); }
H1.HeaderClassName
{
color: #DF29D9;
}
.AnyTagClassName
{
color: #DF29D9;
}
</style>
background-color css
<style>
a { background-color: #DF29D9; }
a { background-color: rgb(223,41,217); }
div.DivClassName
{
background-color: #DF29D9;
}
.BgClassName
{
background-color: #DF29D9;
}
</style>
border-color css
<style>
span { border-color: #DF29D9; }
span { border-color: rgb(223,41,217); }
td.TdClassName
{
border-color: #DF29D9;
}
.TagClassName
{
border-color: #DF29D9;
}
</style>