Shades of Razzle Dazzle Rose #DF31DE
Tints of Razzle Dazzle Rose #DF31DE
RGB
CMYK
RGB Variations
Color information
#DF31DE (or 0xDF31DE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and DE. RGB value is (223,49,222). Sum of RGB (Red+Green+Blue) = 223+49+222=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31DE is #20CE21. Grayscale: #787878. Windows color (decimal): -2149922 or 14561759. OLE color: 14561759.
HSL color Cylindrical-coordinate representation of color #DF31DE: hue angle of 300.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF31DE is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 222 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.13 |
| HSL | 300.34º | 0.73% | 0.53% | - |
| HSV(B) | 300.34º | 0.78% | 0.87% | - |
| XYZ | 44.71 | 23.16 | 71.22 | - |
| YUV | 120.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 222 | 0 | 0.78 | 0.00 | 0.13 | 300.34 | 0.73 | 0.53 |
| Hex | DF | 31 | DE | 0 | 4E | 0 | D | 12C | 49 | 35 |
| Octal | 337 | 61 | 336 | 0 | 116 | 0 | 15 | 454 | 111 | 65 |
| Binary | 11011111 | 110001 | 11011110 | 0 | 1001110 | 0 | 1101 | 100101100 | 1001001 | 110101 |
Color Harmonies of #DF31DE
Complementary color
Monochromatic Colors of #DF31DE
Black with #DF31DE
Text Example
Text Example
White with #DF31DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31DE; }
p { color: rgb(223,49,222); }
H1.HeaderClassName
{
color: #DF31DE;
}
.AnyTagClassName
{
color: #DF31DE;
}
</style>
background-color css
<style>
a { background-color: #DF31DE; }
a { background-color: rgb(223,49,222); }
div.DivClassName
{
background-color: #DF31DE;
}
.BgClassName
{
background-color: #DF31DE;
}
</style>
border-color css
<style>
span { border-color: #DF31DE; }
span { border-color: rgb(223,49,222); }
td.TdClassName
{
border-color: #DF31DE;
}
.TagClassName
{
border-color: #DF31DE;
}
</style>