Shades of Razzle Dazzle Rose #DF31BC
Tints of Razzle Dazzle Rose #DF31BC
RGB
CMYK
RGB Variations
Color information
#DF31BC (or 0xDF31BC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and BC. RGB value is (223,49,188). Sum of RGB (Red+Green+Blue) = 223+49+188=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31BC is #20CE43. Grayscale: #747474. Windows color (decimal): -2149956 or 12333535. OLE color: 12333535.
HSL color Cylindrical-coordinate representation of color #DF31BC: hue angle of 312.07º 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 #DF31BC is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 188 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.13 |
| HSL | 312.07º | 0.73% | 0.53% | - |
| HSV(B) | 312.07º | 0.78% | 0.87% | - |
| XYZ | 40.61 | 21.52 | 49.59 | - |
| YUV | 116.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 188 | 0 | 0.78 | 0.16 | 0.13 | 312.07 | 0.73 | 0.53 |
| Hex | DF | 31 | BC | 0 | 4E | 10 | D | 138 | 49 | 35 |
| Octal | 337 | 61 | 274 | 0 | 116 | 20 | 15 | 470 | 111 | 65 |
| Binary | 11011111 | 110001 | 10111100 | 0 | 1001110 | 10000 | 1101 | 100111000 | 1001001 | 110101 |
Color Harmonies of #DF31BC
Complementary color
Monochromatic Colors of #DF31BC
Black with #DF31BC
Text Example
Text Example
White with #DF31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31BC; }
p { color: rgb(223,49,188); }
H1.HeaderClassName
{
color: #DF31BC;
}
.AnyTagClassName
{
color: #DF31BC;
}
</style>
background-color css
<style>
a { background-color: #DF31BC; }
a { background-color: rgb(223,49,188); }
div.DivClassName
{
background-color: #DF31BC;
}
.BgClassName
{
background-color: #DF31BC;
}
</style>
border-color css
<style>
span { border-color: #DF31BC; }
span { border-color: rgb(223,49,188); }
td.TdClassName
{
border-color: #DF31BC;
}
.TagClassName
{
border-color: #DF31BC;
}
</style>