Shades of Razzle Dazzle Rose #DF2FE4
Tints of Razzle Dazzle Rose #DF2FE4
RGB
CMYK
RGB Variations
Color information
#DF2FE4 (or 0xDF2FE4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2F and E4. RGB value is (223,47,228). Sum of RGB (Red+Green+Blue) = 223+47+228=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 47 (18.75% from 255 or 9.44% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF2FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2FE4 is #20D01B. Grayscale: #777777. Windows color (decimal): -2150428 or 14954463. OLE color: 14954463.
HSL color Cylindrical-coordinate representation of color #DF2FE4: hue angle of 298.34º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2FE4 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 47 | 228 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.11 |
| HSL | 298.34º | 0.77% | 0.54% | - |
| HSV(B) | 298.34º | 0.79% | 0.89% | - |
| XYZ | 45.45 | 23.32 | 75.5 | - |
| YUV | 120.26 | 188.81 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 228 | 0.02 | 0.79 | 0 | 0.11 | 298.34 | 0.77 | 0.54 |
| Hex | DF | 2F | E4 | 2 | 4F | 0 | B | 12A | 4D | 36 |
| Octal | 337 | 57 | 344 | 2 | 117 | 0 | 13 | 452 | 115 | 66 |
| Binary | 11011111 | 101111 | 11100100 | 10 | 1001111 | 0 | 1011 | 100101010 | 1001101 | 110110 |
Color Harmonies of #DF2FE4
Complementary color
Monochromatic Colors of #DF2FE4
Black with #DF2FE4
Text Example
Text Example
White with #DF2FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2FE4; }
p { color: rgb(223,47,228); }
H1.HeaderClassName
{
color: #DF2FE4;
}
.AnyTagClassName
{
color: #DF2FE4;
}
</style>
background-color css
<style>
a { background-color: #DF2FE4; }
a { background-color: rgb(223,47,228); }
div.DivClassName
{
background-color: #DF2FE4;
}
.BgClassName
{
background-color: #DF2FE4;
}
</style>
border-color css
<style>
span { border-color: #DF2FE4; }
span { border-color: rgb(223,47,228); }
td.TdClassName
{
border-color: #DF2FE4;
}
.TagClassName
{
border-color: #DF2FE4;
}
</style>