Shades of Razzle Dazzle Rose #DF32B5
Tints of Razzle Dazzle Rose #DF32B5
RGB
CMYK
RGB Variations
Color information
#DF32B5 (or 0xDF32B5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 32 and B5. RGB value is (223,50,181). Sum of RGB (Red+Green+Blue) = 223+50+181=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF32B5 is #20CD4A. Grayscale: #747474. Windows color (decimal): -2149707 or 11875039. OLE color: 11875039.
HSL color Cylindrical-coordinate representation of color #DF32B5: hue angle of 314.57º 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 #DF32B5 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 181 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.13 |
| HSL | 314.57º | 0.73% | 0.54% | - |
| HSV(B) | 314.57º | 0.78% | 0.87% | - |
| XYZ | 39.91 | 21.31 | 45.72 | - |
| YUV | 116.66 | 164.31 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 181 | 0 | 0.78 | 0.19 | 0.13 | 314.57 | 0.73 | 0.54 |
| Hex | DF | 32 | B5 | 0 | 4E | 13 | D | 13B | 49 | 36 |
| Octal | 337 | 62 | 265 | 0 | 116 | 23 | 15 | 473 | 111 | 66 |
| Binary | 11011111 | 110010 | 10110101 | 0 | 1001110 | 10011 | 1101 | 100111011 | 1001001 | 110110 |
Color Harmonies of #DF32B5
Complementary color
Monochromatic Colors of #DF32B5
Black with #DF32B5
Text Example
Text Example
White with #DF32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF32B5; }
p { color: rgb(223,50,181); }
H1.HeaderClassName
{
color: #DF32B5;
}
.AnyTagClassName
{
color: #DF32B5;
}
</style>
background-color css
<style>
a { background-color: #DF32B5; }
a { background-color: rgb(223,50,181); }
div.DivClassName
{
background-color: #DF32B5;
}
.BgClassName
{
background-color: #DF32B5;
}
</style>
border-color css
<style>
span { border-color: #DF32B5; }
span { border-color: rgb(223,50,181); }
td.TdClassName
{
border-color: #DF32B5;
}
.TagClassName
{
border-color: #DF32B5;
}
</style>