Shades of Razzle Dazzle Rose #DF29E5
Tints of Razzle Dazzle Rose #DF29E5
RGB
CMYK
RGB Variations
Color information
#DF29E5 (or 0xDF29E5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 29 and E5. RGB value is (223,41,229). Sum of RGB (Red+Green+Blue) = 223+41+229=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF29E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF29E5 is #20D61A. Grayscale: #747474. Windows color (decimal): -2151963 or 15018463. OLE color: 15018463.
HSL color Cylindrical-coordinate representation of color #DF29E5: hue angle of 298.09º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF29E5 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 41 | 229 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.10 |
| HSL | 298.09º | 0.78% | 0.53% | - |
| HSV(B) | 298.09º | 0.82% | 0.9% | - |
| XYZ | 45.37 | 22.93 | 76.16 | - |
| YUV | 116.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 229 | 0.03 | 0.82 | 0 | 0.10 | 298.09 | 0.78 | 0.53 |
| Hex | DF | 29 | E5 | 3 | 52 | 0 | A | 12A | 4E | 35 |
| Octal | 337 | 51 | 345 | 3 | 122 | 0 | 12 | 452 | 116 | 65 |
| Binary | 11011111 | 101001 | 11100101 | 11 | 1010010 | 0 | 1010 | 100101010 | 1001110 | 110101 |
Color Harmonies of #DF29E5
Complementary color
Monochromatic Colors of #DF29E5
Black with #DF29E5
Text Example
Text Example
White with #DF29E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29E5; }
p { color: rgb(223,41,229); }
H1.HeaderClassName
{
color: #DF29E5;
}
.AnyTagClassName
{
color: #DF29E5;
}
</style>
background-color css
<style>
a { background-color: #DF29E5; }
a { background-color: rgb(223,41,229); }
div.DivClassName
{
background-color: #DF29E5;
}
.BgClassName
{
background-color: #DF29E5;
}
</style>
border-color css
<style>
span { border-color: #DF29E5; }
span { border-color: rgb(223,41,229); }
td.TdClassName
{
border-color: #DF29E5;
}
.TagClassName
{
border-color: #DF29E5;
}
</style>