Shades of Razzle Dazzle Rose #DF31BD
Tints of Razzle Dazzle Rose #DF31BD
RGB
CMYK
RGB Variations
Color information
#DF31BD (or 0xDF31BD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 31 and BD. RGB value is (223,49,189). Sum of RGB (Red+Green+Blue) = 223+49+189=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF31BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF31BD is #20CE42. Grayscale: #747474. Windows color (decimal): -2149955 or 12399071. OLE color: 12399071.
HSL color Cylindrical-coordinate representation of color #DF31BD: hue angle of 311.72º 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 #DF31BD is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 189 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.13 |
| HSL | 311.72º | 0.73% | 0.53% | - |
| HSV(B) | 311.72º | 0.78% | 0.87% | - |
| XYZ | 40.72 | 21.56 | 50.16 | - |
| YUV | 116.99 | 168.65 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 189 | 0 | 0.78 | 0.15 | 0.13 | 311.72 | 0.73 | 0.53 |
| Hex | DF | 31 | BD | 0 | 4E | F | D | 138 | 49 | 35 |
| Octal | 337 | 61 | 275 | 0 | 116 | 17 | 15 | 470 | 111 | 65 |
| Binary | 11011111 | 110001 | 10111101 | 0 | 1001110 | 1111 | 1101 | 100111000 | 1001001 | 110101 |
Color Harmonies of #DF31BD
Complementary color
Monochromatic Colors of #DF31BD
Black with #DF31BD
Text Example
Text Example
White with #DF31BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF31BD; }
p { color: rgb(223,49,189); }
H1.HeaderClassName
{
color: #DF31BD;
}
.AnyTagClassName
{
color: #DF31BD;
}
</style>
background-color css
<style>
a { background-color: #DF31BD; }
a { background-color: rgb(223,49,189); }
div.DivClassName
{
background-color: #DF31BD;
}
.BgClassName
{
background-color: #DF31BD;
}
</style>
border-color css
<style>
span { border-color: #DF31BD; }
span { border-color: rgb(223,49,189); }
td.TdClassName
{
border-color: #DF31BD;
}
.TagClassName
{
border-color: #DF31BD;
}
</style>