Shades of Razzle Dazzle Rose #DF30B5
Tints of Razzle Dazzle Rose #DF30B5
RGB
CMYK
RGB Variations
Color information
#DF30B5 (or 0xDF30B5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 30 and B5. RGB value is (223,48,181). Sum of RGB (Red+Green+Blue) = 223+48+181=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30B5 is #20CF4A. Grayscale: #737373. Windows color (decimal): -2150219 or 11874527. OLE color: 11874527.
HSL color Cylindrical-coordinate representation of color #DF30B5: hue angle of 314.4º 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 #DF30B5 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 181 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.13 |
| HSL | 314.4º | 0.73% | 0.53% | - |
| HSV(B) | 314.4º | 0.78% | 0.87% | - |
| XYZ | 39.83 | 21.14 | 45.7 | - |
| YUV | 115.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 181 | 0 | 0.78 | 0.19 | 0.13 | 314.4 | 0.73 | 0.53 |
| Hex | DF | 30 | B5 | 0 | 4E | 13 | D | 13A | 49 | 35 |
| Octal | 337 | 60 | 265 | 0 | 116 | 23 | 15 | 472 | 111 | 65 |
| Binary | 11011111 | 110000 | 10110101 | 0 | 1001110 | 10011 | 1101 | 100111010 | 1001001 | 110101 |
Color Harmonies of #DF30B5
Complementary color
Monochromatic Colors of #DF30B5
Black with #DF30B5
Text Example
Text Example
White with #DF30B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30B5; }
p { color: rgb(223,48,181); }
H1.HeaderClassName
{
color: #DF30B5;
}
.AnyTagClassName
{
color: #DF30B5;
}
</style>
background-color css
<style>
a { background-color: #DF30B5; }
a { background-color: rgb(223,48,181); }
div.DivClassName
{
background-color: #DF30B5;
}
.BgClassName
{
background-color: #DF30B5;
}
</style>
border-color css
<style>
span { border-color: #DF30B5; }
span { border-color: rgb(223,48,181); }
td.TdClassName
{
border-color: #DF30B5;
}
.TagClassName
{
border-color: #DF30B5;
}
</style>