Shades of Razzle Dazzle Rose #DF2EDD
Tints of Razzle Dazzle Rose #DF2EDD
RGB
CMYK
RGB Variations
Color information
#DF2EDD (or 0xDF2EDD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2E and DD. RGB value is (223,46,221). Sum of RGB (Red+Green+Blue) = 223+46+221=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2EDD is #20D122. Grayscale: #767676. Windows color (decimal): -2150691 or 14495455. OLE color: 14495455.
HSL color Cylindrical-coordinate representation of color #DF2EDD: hue angle of 300.68º 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 #DF2EDD is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 221 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.13 |
| HSL | 300.68º | 0.73% | 0.53% | - |
| HSV(B) | 300.68º | 0.79% | 0.87% | - |
| XYZ | 44.46 | 22.86 | 70.48 | - |
| YUV | 118.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 221 | 0 | 0.79 | 0.01 | 0.13 | 300.68 | 0.73 | 0.53 |
| Hex | DF | 2E | DD | 0 | 4F | 1 | D | 12D | 49 | 35 |
| Octal | 337 | 56 | 335 | 0 | 117 | 1 | 15 | 455 | 111 | 65 |
| Binary | 11011111 | 101110 | 11011101 | 0 | 1001111 | 1 | 1101 | 100101101 | 1001001 | 110101 |
Color Harmonies of #DF2EDD
Complementary color
Monochromatic Colors of #DF2EDD
Black with #DF2EDD
Text Example
Text Example
White with #DF2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2EDD; }
p { color: rgb(223,46,221); }
H1.HeaderClassName
{
color: #DF2EDD;
}
.AnyTagClassName
{
color: #DF2EDD;
}
</style>
background-color css
<style>
a { background-color: #DF2EDD; }
a { background-color: rgb(223,46,221); }
div.DivClassName
{
background-color: #DF2EDD;
}
.BgClassName
{
background-color: #DF2EDD;
}
</style>
border-color css
<style>
span { border-color: #DF2EDD; }
span { border-color: rgb(223,46,221); }
td.TdClassName
{
border-color: #DF2EDD;
}
.TagClassName
{
border-color: #DF2EDD;
}
</style>