Shades of Razzle Dazzle Rose #DF30BA
Tints of Razzle Dazzle Rose #DF30BA
RGB
CMYK
RGB Variations
Color information
#DF30BA (or 0xDF30BA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 30 and BA. RGB value is (223,48,186). Sum of RGB (Red+Green+Blue) = 223+48+186=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30BA is #20CF45. Grayscale: #737373. Windows color (decimal): -2150214 or 12202207. OLE color: 12202207.
HSL color Cylindrical-coordinate representation of color #DF30BA: hue angle of 312.69º 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 #DF30BA is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 186 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.13 |
| HSL | 312.69º | 0.73% | 0.53% | - |
| HSV(B) | 312.69º | 0.78% | 0.87% | - |
| XYZ | 40.35 | 21.35 | 48.45 | - |
| YUV | 116.06 | 167.48 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 186 | 0 | 0.78 | 0.17 | 0.13 | 312.69 | 0.73 | 0.53 |
| Hex | DF | 30 | BA | 0 | 4E | 11 | D | 139 | 49 | 35 |
| Octal | 337 | 60 | 272 | 0 | 116 | 21 | 15 | 471 | 111 | 65 |
| Binary | 11011111 | 110000 | 10111010 | 0 | 1001110 | 10001 | 1101 | 100111001 | 1001001 | 110101 |
Color Harmonies of #DF30BA
Complementary color
Monochromatic Colors of #DF30BA
Black with #DF30BA
Text Example
Text Example
White with #DF30BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30BA; }
p { color: rgb(223,48,186); }
H1.HeaderClassName
{
color: #DF30BA;
}
.AnyTagClassName
{
color: #DF30BA;
}
</style>
background-color css
<style>
a { background-color: #DF30BA; }
a { background-color: rgb(223,48,186); }
div.DivClassName
{
background-color: #DF30BA;
}
.BgClassName
{
background-color: #DF30BA;
}
</style>
border-color css
<style>
span { border-color: #DF30BA; }
span { border-color: rgb(223,48,186); }
td.TdClassName
{
border-color: #DF30BA;
}
.TagClassName
{
border-color: #DF30BA;
}
</style>