Shades of Razzle Dazzle Rose #DF32D4
Tints of Razzle Dazzle Rose #DF32D4
RGB
CMYK
RGB Variations
Color information
#DF32D4 (or 0xDF32D4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 32 and D4. RGB value is (223,50,212). Sum of RGB (Red+Green+Blue) = 223+50+212=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF32D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF32D4 is #20CD2B. Grayscale: #777777. Windows color (decimal): -2149676 or 13906655. OLE color: 13906655.
HSL color Cylindrical-coordinate representation of color #DF32D4: hue angle of 303.82º 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 #DF32D4 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 212 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.13 |
| HSL | 303.82º | 0.73% | 0.54% | - |
| HSV(B) | 303.82º | 0.78% | 0.87% | - |
| XYZ | 43.46 | 22.72 | 64.38 | - |
| YUV | 120.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 212 | 0 | 0.78 | 0.05 | 0.13 | 303.82 | 0.73 | 0.54 |
| Hex | DF | 32 | D4 | 0 | 4E | 5 | D | 130 | 49 | 36 |
| Octal | 337 | 62 | 324 | 0 | 116 | 5 | 15 | 460 | 111 | 66 |
| Binary | 11011111 | 110010 | 11010100 | 0 | 1001110 | 101 | 1101 | 100110000 | 1001001 | 110110 |
Color Harmonies of #DF32D4
Complementary color
Monochromatic Colors of #DF32D4
Black with #DF32D4
Text Example
Text Example
White with #DF32D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32D4; }
p { color: rgb(223,50,212); }
H1.HeaderClassName
{
color: #DF32D4;
}
.AnyTagClassName
{
color: #DF32D4;
}
</style>
background-color css
<style>
a { background-color: #DF32D4; }
a { background-color: rgb(223,50,212); }
div.DivClassName
{
background-color: #DF32D4;
}
.BgClassName
{
background-color: #DF32D4;
}
</style>
border-color css
<style>
span { border-color: #DF32D4; }
span { border-color: rgb(223,50,212); }
td.TdClassName
{
border-color: #DF32D4;
}
.TagClassName
{
border-color: #DF32D4;
}
</style>