Shades of Razzle Dazzle Rose #DF2ED4
Tints of Razzle Dazzle Rose #DF2ED4
RGB
CMYK
RGB Variations
Color information
#DF2ED4 (or 0xDF2ED4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2E and D4. RGB value is (223,46,212). Sum of RGB (Red+Green+Blue) = 223+46+212=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2ED4 is #20D12B. Grayscale: #757575. Windows color (decimal): -2150700 or 13905631. OLE color: 13905631.
HSL color Cylindrical-coordinate representation of color #DF2ED4: hue angle of 303.73º 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 #DF2ED4 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 212 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.13 |
| HSL | 303.73º | 0.73% | 0.53% | - |
| HSV(B) | 303.73º | 0.79% | 0.87% | - |
| XYZ | 43.29 | 22.4 | 64.33 | - |
| YUV | 117.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 212 | 0 | 0.79 | 0.05 | 0.13 | 303.73 | 0.73 | 0.53 |
| Hex | DF | 2E | D4 | 0 | 4F | 5 | D | 130 | 49 | 35 |
| Octal | 337 | 56 | 324 | 0 | 117 | 5 | 15 | 460 | 111 | 65 |
| Binary | 11011111 | 101110 | 11010100 | 0 | 1001111 | 101 | 1101 | 100110000 | 1001001 | 110101 |
Color Harmonies of #DF2ED4
Complementary color
Monochromatic Colors of #DF2ED4
Black with #DF2ED4
Text Example
Text Example
White with #DF2ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2ED4; }
p { color: rgb(223,46,212); }
H1.HeaderClassName
{
color: #DF2ED4;
}
.AnyTagClassName
{
color: #DF2ED4;
}
</style>
background-color css
<style>
a { background-color: #DF2ED4; }
a { background-color: rgb(223,46,212); }
div.DivClassName
{
background-color: #DF2ED4;
}
.BgClassName
{
background-color: #DF2ED4;
}
</style>
border-color css
<style>
span { border-color: #DF2ED4; }
span { border-color: rgb(223,46,212); }
td.TdClassName
{
border-color: #DF2ED4;
}
.TagClassName
{
border-color: #DF2ED4;
}
</style>