Shades of Razzle Dazzle Rose #DF28D8
Tints of Razzle Dazzle Rose #DF28D8
RGB
CMYK
RGB Variations
Color information
#DF28D8 (or 0xDF28D8) is known color: Razzle Dazzle Rose. HEX triplet: DF, 28 and D8. RGB value is (223,40,216). Sum of RGB (Red+Green+Blue) = 223+40+216=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28D8 is #20D727. Grayscale: #727272. Windows color (decimal): -2152232 or 14166239. OLE color: 14166239.
HSL color Cylindrical-coordinate representation of color #DF28D8: hue angle of 302.3º 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 #DF28D8 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 216 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.13 |
| HSL | 302.3º | 0.74% | 0.52% | - |
| HSV(B) | 302.3º | 0.82% | 0.87% | - |
| XYZ | 43.58 | 22.16 | 66.95 | - |
| YUV | 114.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 216 | 0 | 0.82 | 0.03 | 0.13 | 302.3 | 0.74 | 0.52 |
| Hex | DF | 28 | D8 | 0 | 52 | 3 | D | 12E | 4A | 34 |
| Octal | 337 | 50 | 330 | 0 | 122 | 3 | 15 | 456 | 112 | 64 |
| Binary | 11011111 | 101000 | 11011000 | 0 | 1010010 | 11 | 1101 | 100101110 | 1001010 | 110100 |
Color Harmonies of #DF28D8
Complementary color
Monochromatic Colors of #DF28D8
Black with #DF28D8
Text Example
Text Example
White with #DF28D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28D8; }
p { color: rgb(223,40,216); }
H1.HeaderClassName
{
color: #DF28D8;
}
.AnyTagClassName
{
color: #DF28D8;
}
</style>
background-color css
<style>
a { background-color: #DF28D8; }
a { background-color: rgb(223,40,216); }
div.DivClassName
{
background-color: #DF28D8;
}
.BgClassName
{
background-color: #DF28D8;
}
</style>
border-color css
<style>
span { border-color: #DF28D8; }
span { border-color: rgb(223,40,216); }
td.TdClassName
{
border-color: #DF28D8;
}
.TagClassName
{
border-color: #DF28D8;
}
</style>