Shades of Razzle Dazzle Rose #DF28E1
Tints of Razzle Dazzle Rose #DF28E1
RGB
CMYK
RGB Variations
Color information
#DF28E1 (or 0xDF28E1) is known color: Razzle Dazzle Rose. HEX triplet: DF, 28 and E1. RGB value is (223,40,225). Sum of RGB (Red+Green+Blue) = 223+40+225=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF28E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28E1 is #20D71E. Grayscale: #737373. Windows color (decimal): -2152223 or 14756063. OLE color: 14756063.
HSL color Cylindrical-coordinate representation of color #DF28E1: hue angle of 299.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF28E1 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 40 | 225 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.12 |
| HSL | 299.35º | 0.76% | 0.52% | - |
| HSV(B) | 299.35º | 0.82% | 0.88% | - |
| XYZ | 44.78 | 22.64 | 73.24 | - |
| YUV | 115.81 | 189.63 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 225 | 0.01 | 0.82 | 0 | 0.12 | 299.35 | 0.76 | 0.52 |
| Hex | DF | 28 | E1 | 1 | 52 | 0 | C | 12B | 4C | 34 |
| Octal | 337 | 50 | 341 | 1 | 122 | 0 | 14 | 453 | 114 | 64 |
| Binary | 11011111 | 101000 | 11100001 | 1 | 1010010 | 0 | 1100 | 100101011 | 1001100 | 110100 |
Color Harmonies of #DF28E1
Complementary color
Monochromatic Colors of #DF28E1
Black with #DF28E1
Text Example
Text Example
White with #DF28E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28E1; }
p { color: rgb(223,40,225); }
H1.HeaderClassName
{
color: #DF28E1;
}
.AnyTagClassName
{
color: #DF28E1;
}
</style>
background-color css
<style>
a { background-color: #DF28E1; }
a { background-color: rgb(223,40,225); }
div.DivClassName
{
background-color: #DF28E1;
}
.BgClassName
{
background-color: #DF28E1;
}
</style>
border-color css
<style>
span { border-color: #DF28E1; }
span { border-color: rgb(223,40,225); }
td.TdClassName
{
border-color: #DF28E1;
}
.TagClassName
{
border-color: #DF28E1;
}
</style>