Shades of Razzle Dazzle Rose #DE30BC
Tints of Razzle Dazzle Rose #DE30BC
RGB
CMYK
RGB Variations
Color information
#DE30BC (or 0xDE30BC) is known color: Razzle Dazzle Rose. HEX triplet: DE, 30 and BC. RGB value is (222,48,188). Sum of RGB (Red+Green+Blue) = 222+48+188=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE30BC is #21CF43. Grayscale: #737373. Windows color (decimal): -2215748 or 12333278. OLE color: 12333278.
HSL color Cylindrical-coordinate representation of color #DE30BC: 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 #DE30BC is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 48 | 188 | - |
| 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.26 | 21.27 | 49.56 | - |
| YUV | 115.99 | 168.65 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 188 | 0 | 0.78 | 0.15 | 0.13 | 311.72 | 0.73 | 0.53 |
| Hex | DE | 30 | BC | 0 | 4E | F | D | 138 | 48 | 35 |
| Octal | 336 | 60 | 274 | 0 | 116 | 17 | 15 | 470 | 110 | 65 |
| Binary | 11011110 | 110000 | 10111100 | 0 | 1001110 | 1111 | 1101 | 100111000 | 1001000 | 110101 |
Color Harmonies of #DE30BC
Complementary color
Monochromatic Colors of #DE30BC
Black with #DE30BC
Text Example
Text Example
White with #DE30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE30BC; }
p { color: rgb(222,48,188); }
H1.HeaderClassName
{
color: #DE30BC;
}
.AnyTagClassName
{
color: #DE30BC;
}
</style>
background-color css
<style>
a { background-color: #DE30BC; }
a { background-color: rgb(222,48,188); }
div.DivClassName
{
background-color: #DE30BC;
}
.BgClassName
{
background-color: #DE30BC;
}
</style>
border-color css
<style>
span { border-color: #DE30BC; }
span { border-color: rgb(222,48,188); }
td.TdClassName
{
border-color: #DE30BC;
}
.TagClassName
{
border-color: #DE30BC;
}
</style>