Shades of Razzle Dazzle Rose #DF31D2
Tints of Razzle Dazzle Rose #DF31D2
RGB
CMYK
RGB Variations
Color information
#DF31D2 (or 0xDF31D2) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and D2. RGB value is (223,49,210). Sum of RGB (Red+Green+Blue) = 223+49+210=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31D2 is #20CE2D. Grayscale: #767676. Windows color (decimal): -2149934 or 13775327. OLE color: 13775327.
HSL color Cylindrical-coordinate representation of color #DF31D2: hue angle of 304.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF31D2 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 210 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.13 |
| HSL | 304.48º | 0.73% | 0.53% | - |
| HSV(B) | 304.48º | 0.78% | 0.87% | - |
| XYZ | 43.16 | 22.54 | 63.05 | - |
| YUV | 119.38 | 179.15 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 210 | 0 | 0.78 | 0.06 | 0.13 | 304.48 | 0.73 | 0.53 |
| Hex | DF | 31 | D2 | 0 | 4E | 6 | D | 130 | 49 | 35 |
| Octal | 337 | 61 | 322 | 0 | 116 | 6 | 15 | 460 | 111 | 65 |
| Binary | 11011111 | 110001 | 11010010 | 0 | 1001110 | 110 | 1101 | 100110000 | 1001001 | 110101 |
Color Harmonies of #DF31D2
Complementary color
Monochromatic Colors of #DF31D2
Black with #DF31D2
Text Example
Text Example
White with #DF31D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31D2; }
p { color: rgb(223,49,210); }
H1.HeaderClassName
{
color: #DF31D2;
}
.AnyTagClassName
{
color: #DF31D2;
}
</style>
background-color css
<style>
a { background-color: #DF31D2; }
a { background-color: rgb(223,49,210); }
div.DivClassName
{
background-color: #DF31D2;
}
.BgClassName
{
background-color: #DF31D2;
}
</style>
border-color css
<style>
span { border-color: #DF31D2; }
span { border-color: rgb(223,49,210); }
td.TdClassName
{
border-color: #DF31D2;
}
.TagClassName
{
border-color: #DF31D2;
}
</style>