Shades of Razzle Dazzle Rose #DF31CB
Tints of Razzle Dazzle Rose #DF31CB
RGB
CMYK
RGB Variations
Color information
#DF31CB (or 0xDF31CB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and CB. RGB value is (223,49,203). Sum of RGB (Red+Green+Blue) = 223+49+203=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31CB is #20CE34. Grayscale: #767676. Windows color (decimal): -2149941 or 13316575. OLE color: 13316575.
HSL color Cylindrical-coordinate representation of color #DF31CB: hue angle of 306.9º 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 #DF31CB is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 203 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.13 |
| HSL | 306.9º | 0.73% | 0.53% | - |
| HSV(B) | 306.9º | 0.78% | 0.87% | - |
| XYZ | 42.31 | 22.2 | 58.55 | - |
| YUV | 118.58 | 175.65 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 203 | 0 | 0.78 | 0.09 | 0.13 | 306.9 | 0.73 | 0.53 |
| Hex | DF | 31 | CB | 0 | 4E | 9 | D | 133 | 49 | 35 |
| Octal | 337 | 61 | 313 | 0 | 116 | 11 | 15 | 463 | 111 | 65 |
| Binary | 11011111 | 110001 | 11001011 | 0 | 1001110 | 1001 | 1101 | 100110011 | 1001001 | 110101 |
Color Harmonies of #DF31CB
Complementary color
Monochromatic Colors of #DF31CB
Black with #DF31CB
Text Example
Text Example
White with #DF31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31CB; }
p { color: rgb(223,49,203); }
H1.HeaderClassName
{
color: #DF31CB;
}
.AnyTagClassName
{
color: #DF31CB;
}
</style>
background-color css
<style>
a { background-color: #DF31CB; }
a { background-color: rgb(223,49,203); }
div.DivClassName
{
background-color: #DF31CB;
}
.BgClassName
{
background-color: #DF31CB;
}
</style>
border-color css
<style>
span { border-color: #DF31CB; }
span { border-color: rgb(223,49,203); }
td.TdClassName
{
border-color: #DF31CB;
}
.TagClassName
{
border-color: #DF31CB;
}
</style>