Shades of Razzle Dazzle Rose #DF30BE
Tints of Razzle Dazzle Rose #DF30BE
RGB
CMYK
RGB Variations
Color information
#DF30BE (or 0xDF30BE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 30 and BE. RGB value is (223,48,190). Sum of RGB (Red+Green+Blue) = 223+48+190=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30BE is #20CF41. Grayscale: #747474. Windows color (decimal): -2150210 or 12464351. OLE color: 12464351.
HSL color Cylindrical-coordinate representation of color #DF30BE: hue angle of 311.31º 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 #DF30BE is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 190 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.13 |
| HSL | 311.31º | 0.73% | 0.53% | - |
| HSV(B) | 311.31º | 0.78% | 0.87% | - |
| XYZ | 40.78 | 21.52 | 50.72 | - |
| YUV | 116.51 | 169.48 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 190 | 0 | 0.78 | 0.15 | 0.13 | 311.31 | 0.73 | 0.53 |
| Hex | DF | 30 | BE | 0 | 4E | F | D | 137 | 49 | 35 |
| Octal | 337 | 60 | 276 | 0 | 116 | 17 | 15 | 467 | 111 | 65 |
| Binary | 11011111 | 110000 | 10111110 | 0 | 1001110 | 1111 | 1101 | 100110111 | 1001001 | 110101 |
Color Harmonies of #DF30BE
Complementary color
Monochromatic Colors of #DF30BE
Black with #DF30BE
Text Example
Text Example
White with #DF30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30BE; }
p { color: rgb(223,48,190); }
H1.HeaderClassName
{
color: #DF30BE;
}
.AnyTagClassName
{
color: #DF30BE;
}
</style>
background-color css
<style>
a { background-color: #DF30BE; }
a { background-color: rgb(223,48,190); }
div.DivClassName
{
background-color: #DF30BE;
}
.BgClassName
{
background-color: #DF30BE;
}
</style>
border-color css
<style>
span { border-color: #DF30BE; }
span { border-color: rgb(223,48,190); }
td.TdClassName
{
border-color: #DF30BE;
}
.TagClassName
{
border-color: #DF30BE;
}
</style>