Shades of Razzle Dazzle Rose #DE32BC
Tints of Razzle Dazzle Rose #DE32BC
RGB
CMYK
RGB Variations
Color information
#DE32BC (or 0xDE32BC) is known color: Razzle Dazzle Rose. HEX triplet: DE, 32 and BC. RGB value is (222,50,188). Sum of RGB (Red+Green+Blue) = 222+50+188=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE32BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE32BC is #21CD43. Grayscale: #747474. Windows color (decimal): -2215236 or 12333790. OLE color: 12333790.
HSL color Cylindrical-coordinate representation of color #DE32BC: hue angle of 311.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE32BC is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 188 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.13 |
| HSL | 311.86º | 0.72% | 0.53% | - |
| HSV(B) | 311.86º | 0.77% | 0.87% | - |
| XYZ | 40.34 | 21.44 | 49.59 | - |
| YUV | 117.16 | 167.98 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 188 | 0 | 0.77 | 0.15 | 0.13 | 311.86 | 0.72 | 0.53 |
| Hex | DE | 32 | BC | 0 | 4D | F | D | 138 | 48 | 35 |
| Octal | 336 | 62 | 274 | 0 | 115 | 17 | 15 | 470 | 110 | 65 |
| Binary | 11011110 | 110010 | 10111100 | 0 | 1001101 | 1111 | 1101 | 100111000 | 1001000 | 110101 |
Color Harmonies of #DE32BC
Complementary color
Monochromatic Colors of #DE32BC
Black with #DE32BC
Text Example
Text Example
White with #DE32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE32BC; }
p { color: rgb(222,50,188); }
H1.HeaderClassName
{
color: #DE32BC;
}
.AnyTagClassName
{
color: #DE32BC;
}
</style>
background-color css
<style>
a { background-color: #DE32BC; }
a { background-color: rgb(222,50,188); }
div.DivClassName
{
background-color: #DE32BC;
}
.BgClassName
{
background-color: #DE32BC;
}
</style>
border-color css
<style>
span { border-color: #DE32BC; }
span { border-color: rgb(222,50,188); }
td.TdClassName
{
border-color: #DE32BC;
}
.TagClassName
{
border-color: #DE32BC;
}
</style>