Shades of Razzle Dazzle Rose #DF2EE1
Tints of Razzle Dazzle Rose #DF2EE1
RGB
CMYK
RGB Variations
Color information
#DF2EE1 (or 0xDF2EE1) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2E and E1. RGB value is (223,46,225). Sum of RGB (Red+Green+Blue) = 223+46+225=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EE1 is #20D11E. Grayscale: #767676. Windows color (decimal): -2150687 or 14757599. OLE color: 14757599.
HSL color Cylindrical-coordinate representation of color #DF2EE1: hue angle of 299.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2EE1 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 46 | 225 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.12 |
| HSL | 299.33º | 0.75% | 0.53% | - |
| HSV(B) | 299.33º | 0.8% | 0.88% | - |
| XYZ | 45 | 23.08 | 73.32 | - |
| YUV | 119.33 | 187.64 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 225 | 0.01 | 0.80 | 0 | 0.12 | 299.33 | 0.75 | 0.53 |
| Hex | DF | 2E | E1 | 1 | 50 | 0 | C | 12B | 4B | 35 |
| Octal | 337 | 56 | 341 | 1 | 120 | 0 | 14 | 453 | 113 | 65 |
| Binary | 11011111 | 101110 | 11100001 | 1 | 1010000 | 0 | 1100 | 100101011 | 1001011 | 110101 |
Color Harmonies of #DF2EE1
Complementary color
Monochromatic Colors of #DF2EE1
Black with #DF2EE1
Text Example
Text Example
White with #DF2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EE1; }
p { color: rgb(223,46,225); }
H1.HeaderClassName
{
color: #DF2EE1;
}
.AnyTagClassName
{
color: #DF2EE1;
}
</style>
background-color css
<style>
a { background-color: #DF2EE1; }
a { background-color: rgb(223,46,225); }
div.DivClassName
{
background-color: #DF2EE1;
}
.BgClassName
{
background-color: #DF2EE1;
}
</style>
border-color css
<style>
span { border-color: #DF2EE1; }
span { border-color: rgb(223,46,225); }
td.TdClassName
{
border-color: #DF2EE1;
}
.TagClassName
{
border-color: #DF2EE1;
}
</style>