Shades of Razzle Dazzle Rose #DF32DD
Tints of Razzle Dazzle Rose #DF32DD
RGB
CMYK
RGB Variations
Color information
#DF32DD (or 0xDF32DD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 32 and DD. RGB value is (223,50,221). Sum of RGB (Red+Green+Blue) = 223+50+221=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF32DD is #20CD22. Grayscale: #787878. Windows color (decimal): -2149667 or 14496479. OLE color: 14496479.
HSL color Cylindrical-coordinate representation of color #DF32DD: hue angle of 300.69º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF32DD is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 221 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.13 |
| HSL | 300.69º | 0.73% | 0.54% | - |
| HSV(B) | 300.69º | 0.78% | 0.87% | - |
| XYZ | 44.62 | 23.19 | 70.53 | - |
| YUV | 121.22 | 184.31 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 221 | 0 | 0.78 | 0.01 | 0.13 | 300.69 | 0.73 | 0.54 |
| Hex | DF | 32 | DD | 0 | 4E | 1 | D | 12D | 49 | 36 |
| Octal | 337 | 62 | 335 | 0 | 116 | 1 | 15 | 455 | 111 | 66 |
| Binary | 11011111 | 110010 | 11011101 | 0 | 1001110 | 1 | 1101 | 100101101 | 1001001 | 110110 |
Color Harmonies of #DF32DD
Complementary color
Monochromatic Colors of #DF32DD
Black with #DF32DD
Text Example
Text Example
White with #DF32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32DD; }
p { color: rgb(223,50,221); }
H1.HeaderClassName
{
color: #DF32DD;
}
.AnyTagClassName
{
color: #DF32DD;
}
</style>
background-color css
<style>
a { background-color: #DF32DD; }
a { background-color: rgb(223,50,221); }
div.DivClassName
{
background-color: #DF32DD;
}
.BgClassName
{
background-color: #DF32DD;
}
</style>
border-color css
<style>
span { border-color: #DF32DD; }
span { border-color: rgb(223,50,221); }
td.TdClassName
{
border-color: #DF32DD;
}
.TagClassName
{
border-color: #DF32DD;
}
</style>