Shades of Razzle Dazzle Rose #DF2EC9
Tints of Razzle Dazzle Rose #DF2EC9
RGB
CMYK
RGB Variations
Color information
#DF2EC9 (or 0xDF2EC9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2E and C9. RGB value is (223,46,201). Sum of RGB (Red+Green+Blue) = 223+46+201=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EC9 is #20D136. Grayscale: #747474. Windows color (decimal): -2150711 or 13184735. OLE color: 13184735.
HSL color Cylindrical-coordinate representation of color #DF2EC9: hue angle of 307.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2EC9 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 201 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.13 |
| HSL | 307.46º | 0.73% | 0.53% | - |
| HSV(B) | 307.46º | 0.79% | 0.87% | - |
| XYZ | 41.95 | 21.86 | 57.27 | - |
| YUV | 116.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 201 | 0 | 0.79 | 0.10 | 0.13 | 307.46 | 0.73 | 0.53 |
| Hex | DF | 2E | C9 | 0 | 4F | A | D | 133 | 49 | 35 |
| Octal | 337 | 56 | 311 | 0 | 117 | 12 | 15 | 463 | 111 | 65 |
| Binary | 11011111 | 101110 | 11001001 | 0 | 1001111 | 1010 | 1101 | 100110011 | 1001001 | 110101 |
Color Harmonies of #DF2EC9
Complementary color
Monochromatic Colors of #DF2EC9
Black with #DF2EC9
Text Example
Text Example
White with #DF2EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EC9; }
p { color: rgb(223,46,201); }
H1.HeaderClassName
{
color: #DF2EC9;
}
.AnyTagClassName
{
color: #DF2EC9;
}
</style>
background-color css
<style>
a { background-color: #DF2EC9; }
a { background-color: rgb(223,46,201); }
div.DivClassName
{
background-color: #DF2EC9;
}
.BgClassName
{
background-color: #DF2EC9;
}
</style>
border-color css
<style>
span { border-color: #DF2EC9; }
span { border-color: rgb(223,46,201); }
td.TdClassName
{
border-color: #DF2EC9;
}
.TagClassName
{
border-color: #DF2EC9;
}
</style>