Shades of Razzle Dazzle Rose #DF28D9
Tints of Razzle Dazzle Rose #DF28D9
RGB
CMYK
RGB Variations
Color information
#DF28D9 (or 0xDF28D9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 28 and D9. RGB value is (223,40,217). Sum of RGB (Red+Green+Blue) = 223+40+217=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28D9 is #20D726. Grayscale: #727272. Windows color (decimal): -2152231 or 14231775. OLE color: 14231775.
HSL color Cylindrical-coordinate representation of color #DF28D9: hue angle of 301.97º 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 #DF28D9 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 217 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.13 |
| HSL | 301.97º | 0.74% | 0.52% | - |
| HSV(B) | 301.97º | 0.82% | 0.87% | - |
| XYZ | 43.71 | 22.22 | 67.63 | - |
| YUV | 114.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 217 | 0 | 0.82 | 0.03 | 0.13 | 301.97 | 0.74 | 0.52 |
| Hex | DF | 28 | D9 | 0 | 52 | 3 | D | 12E | 4A | 34 |
| Octal | 337 | 50 | 331 | 0 | 122 | 3 | 15 | 456 | 112 | 64 |
| Binary | 11011111 | 101000 | 11011001 | 0 | 1010010 | 11 | 1101 | 100101110 | 1001010 | 110100 |
Color Harmonies of #DF28D9
Complementary color
Monochromatic Colors of #DF28D9
Black with #DF28D9
Text Example
Text Example
White with #DF28D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28D9; }
p { color: rgb(223,40,217); }
H1.HeaderClassName
{
color: #DF28D9;
}
.AnyTagClassName
{
color: #DF28D9;
}
</style>
background-color css
<style>
a { background-color: #DF28D9; }
a { background-color: rgb(223,40,217); }
div.DivClassName
{
background-color: #DF28D9;
}
.BgClassName
{
background-color: #DF28D9;
}
</style>
border-color css
<style>
span { border-color: #DF28D9; }
span { border-color: rgb(223,40,217); }
td.TdClassName
{
border-color: #DF28D9;
}
.TagClassName
{
border-color: #DF28D9;
}
</style>