Shades of Razzle Dazzle Rose #DF32BF
Tints of Razzle Dazzle Rose #DF32BF
RGB
CMYK
RGB Variations
Color information
#DF32BF (or 0xDF32BF) is known color: Razzle Dazzle Rose. HEX triplet: DF, 32 and BF. RGB value is (223,50,191). Sum of RGB (Red+Green+Blue) = 223+50+191=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF32BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF32BF is #20CD40. Grayscale: #757575. Windows color (decimal): -2149697 or 12530399. OLE color: 12530399.
HSL color Cylindrical-coordinate representation of color #DF32BF: hue angle of 311.1º 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 #DF32BF is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 191 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.13 |
| HSL | 311.1º | 0.73% | 0.54% | - |
| HSV(B) | 311.1º | 0.78% | 0.87% | - |
| XYZ | 40.98 | 21.73 | 51.33 | - |
| YUV | 117.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 191 | 0 | 0.78 | 0.14 | 0.13 | 311.1 | 0.73 | 0.54 |
| Hex | DF | 32 | BF | 0 | 4E | E | D | 137 | 49 | 36 |
| Octal | 337 | 62 | 277 | 0 | 116 | 16 | 15 | 467 | 111 | 66 |
| Binary | 11011111 | 110010 | 10111111 | 0 | 1001110 | 1110 | 1101 | 100110111 | 1001001 | 110110 |
Color Harmonies of #DF32BF
Complementary color
Monochromatic Colors of #DF32BF
Black with #DF32BF
Text Example
Text Example
White with #DF32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32BF; }
p { color: rgb(223,50,191); }
H1.HeaderClassName
{
color: #DF32BF;
}
.AnyTagClassName
{
color: #DF32BF;
}
</style>
background-color css
<style>
a { background-color: #DF32BF; }
a { background-color: rgb(223,50,191); }
div.DivClassName
{
background-color: #DF32BF;
}
.BgClassName
{
background-color: #DF32BF;
}
</style>
border-color css
<style>
span { border-color: #DF32BF; }
span { border-color: rgb(223,50,191); }
td.TdClassName
{
border-color: #DF32BF;
}
.TagClassName
{
border-color: #DF32BF;
}
</style>