Shades of Razzle Dazzle Rose #DF2EE5
Tints of Razzle Dazzle Rose #DF2EE5
RGB
CMYK
RGB Variations
Color information
#DF2EE5 (or 0xDF2EE5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2E and E5. RGB value is (223,46,229). Sum of RGB (Red+Green+Blue) = 223+46+229=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF2EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EE5 is #20D11A. Grayscale: #777777. Windows color (decimal): -2150683 or 15019743. OLE color: 15019743.
HSL color Cylindrical-coordinate representation of color #DF2EE5: hue angle of 298.03º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2EE5 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 46 | 229 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.10 |
| HSL | 298.03º | 0.78% | 0.54% | - |
| HSV(B) | 298.03º | 0.8% | 0.9% | - |
| XYZ | 45.55 | 23.3 | 76.23 | - |
| YUV | 119.79 | 189.64 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 229 | 0.03 | 0.80 | 0 | 0.10 | 298.03 | 0.78 | 0.54 |
| Hex | DF | 2E | E5 | 3 | 50 | 0 | A | 12A | 4E | 36 |
| Octal | 337 | 56 | 345 | 3 | 120 | 0 | 12 | 452 | 116 | 66 |
| Binary | 11011111 | 101110 | 11100101 | 11 | 1010000 | 0 | 1010 | 100101010 | 1001110 | 110110 |
Color Harmonies of #DF2EE5
Complementary color
Monochromatic Colors of #DF2EE5
Black with #DF2EE5
Text Example
Text Example
White with #DF2EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EE5; }
p { color: rgb(223,46,229); }
H1.HeaderClassName
{
color: #DF2EE5;
}
.AnyTagClassName
{
color: #DF2EE5;
}
</style>
background-color css
<style>
a { background-color: #DF2EE5; }
a { background-color: rgb(223,46,229); }
div.DivClassName
{
background-color: #DF2EE5;
}
.BgClassName
{
background-color: #DF2EE5;
}
</style>
border-color css
<style>
span { border-color: #DF2EE5; }
span { border-color: rgb(223,46,229); }
td.TdClassName
{
border-color: #DF2EE5;
}
.TagClassName
{
border-color: #DF2EE5;
}
</style>