Shades of Razzle Dazzle Rose #DF30BC
Tints of Razzle Dazzle Rose #DF30BC
RGB
CMYK
RGB Variations
Color information
#DF30BC (or 0xDF30BC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 30 and BC. RGB value is (223,48,188). Sum of RGB (Red+Green+Blue) = 223+48+188=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30BC is #20CF43. Grayscale: #737373. Windows color (decimal): -2150212 or 12333279. OLE color: 12333279.
HSL color Cylindrical-coordinate representation of color #DF30BC: hue angle of 312º 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 #DF30BC is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 188 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.13 |
| HSL | 312º | 0.73% | 0.53% | - |
| HSV(B) | 312º | 0.78% | 0.87% | - |
| XYZ | 40.57 | 21.43 | 49.58 | - |
| YUV | 116.29 | 168.48 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 188 | 0 | 0.78 | 0.16 | 0.13 | 312 | 0.73 | 0.53 |
| Hex | DF | 30 | BC | 0 | 4E | 10 | D | 138 | 49 | 35 |
| Octal | 337 | 60 | 274 | 0 | 116 | 20 | 15 | 470 | 111 | 65 |
| Binary | 11011111 | 110000 | 10111100 | 0 | 1001110 | 10000 | 1101 | 100111000 | 1001001 | 110101 |
Color Harmonies of #DF30BC
Complementary color
Monochromatic Colors of #DF30BC
Black with #DF30BC
Text Example
Text Example
White with #DF30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30BC; }
p { color: rgb(223,48,188); }
H1.HeaderClassName
{
color: #DF30BC;
}
.AnyTagClassName
{
color: #DF30BC;
}
</style>
background-color css
<style>
a { background-color: #DF30BC; }
a { background-color: rgb(223,48,188); }
div.DivClassName
{
background-color: #DF30BC;
}
.BgClassName
{
background-color: #DF30BC;
}
</style>
border-color css
<style>
span { border-color: #DF30BC; }
span { border-color: rgb(223,48,188); }
td.TdClassName
{
border-color: #DF30BC;
}
.TagClassName
{
border-color: #DF30BC;
}
</style>