Shades of Razzle Dazzle Rose #DF31C9
Tints of Razzle Dazzle Rose #DF31C9
RGB
CMYK
RGB Variations
Color information
#DF31C9 (or 0xDF31C9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and C9. RGB value is (223,49,201). Sum of RGB (Red+Green+Blue) = 223+49+201=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31C9 is #20CE36. Grayscale: #757575. Windows color (decimal): -2149943 or 13185503. OLE color: 13185503.
HSL color Cylindrical-coordinate representation of color #DF31C9: hue angle of 307.59º 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 #DF31C9 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 201 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.13 |
| HSL | 307.59º | 0.73% | 0.53% | - |
| HSV(B) | 307.59º | 0.78% | 0.87% | - |
| XYZ | 42.07 | 22.1 | 57.31 | - |
| YUV | 118.35 | 174.65 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 201 | 0 | 0.78 | 0.10 | 0.13 | 307.59 | 0.73 | 0.53 |
| Hex | DF | 31 | C9 | 0 | 4E | A | D | 134 | 49 | 35 |
| Octal | 337 | 61 | 311 | 0 | 116 | 12 | 15 | 464 | 111 | 65 |
| Binary | 11011111 | 110001 | 11001001 | 0 | 1001110 | 1010 | 1101 | 100110100 | 1001001 | 110101 |
Color Harmonies of #DF31C9
Complementary color
Monochromatic Colors of #DF31C9
Black with #DF31C9
Text Example
Text Example
White with #DF31C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31C9; }
p { color: rgb(223,49,201); }
H1.HeaderClassName
{
color: #DF31C9;
}
.AnyTagClassName
{
color: #DF31C9;
}
</style>
background-color css
<style>
a { background-color: #DF31C9; }
a { background-color: rgb(223,49,201); }
div.DivClassName
{
background-color: #DF31C9;
}
.BgClassName
{
background-color: #DF31C9;
}
</style>
border-color css
<style>
span { border-color: #DF31C9; }
span { border-color: rgb(223,49,201); }
td.TdClassName
{
border-color: #DF31C9;
}
.TagClassName
{
border-color: #DF31C9;
}
</style>