Shades of Razzle Dazzle Rose #DE32B5
Tints of Razzle Dazzle Rose #DE32B5
RGB
CMYK
RGB Variations
Color information
#DE32B5 (or 0xDE32B5) is known color: Razzle Dazzle Rose. HEX triplet: DE, 32 and B5. RGB value is (222,50,181). Sum of RGB (Red+Green+Blue) = 222+50+181=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE32B5 is #21CD4A. Grayscale: #747474. Windows color (decimal): -2215243 or 11875038. OLE color: 11875038.
HSL color Cylindrical-coordinate representation of color #DE32B5: hue angle of 314.3º 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 #DE32B5 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 181 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.13 |
| HSL | 314.3º | 0.72% | 0.53% | - |
| HSV(B) | 314.3º | 0.77% | 0.87% | - |
| XYZ | 39.61 | 21.15 | 45.71 | - |
| YUV | 116.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 181 | 0 | 0.77 | 0.18 | 0.13 | 314.3 | 0.72 | 0.53 |
| Hex | DE | 32 | B5 | 0 | 4D | 12 | D | 13A | 48 | 35 |
| Octal | 336 | 62 | 265 | 0 | 115 | 22 | 15 | 472 | 110 | 65 |
| Binary | 11011110 | 110010 | 10110101 | 0 | 1001101 | 10010 | 1101 | 100111010 | 1001000 | 110101 |
Color Harmonies of #DE32B5
Complementary color
Monochromatic Colors of #DE32B5
Black with #DE32B5
Text Example
Text Example
White with #DE32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE32B5; }
p { color: rgb(222,50,181); }
H1.HeaderClassName
{
color: #DE32B5;
}
.AnyTagClassName
{
color: #DE32B5;
}
</style>
background-color css
<style>
a { background-color: #DE32B5; }
a { background-color: rgb(222,50,181); }
div.DivClassName
{
background-color: #DE32B5;
}
.BgClassName
{
background-color: #DE32B5;
}
</style>
border-color css
<style>
span { border-color: #DE32B5; }
span { border-color: rgb(222,50,181); }
td.TdClassName
{
border-color: #DE32B5;
}
.TagClassName
{
border-color: #DE32B5;
}
</style>