Shades of Razzle Dazzle Rose #DE32CE
Tints of Razzle Dazzle Rose #DE32CE
RGB
CMYK
RGB Variations
Color information
#DE32CE (or 0xDE32CE) is known color: Razzle Dazzle Rose. HEX triplet: DE, 32 and CE. RGB value is (222,50,206). Sum of RGB (Red+Green+Blue) = 222+50+206=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE32CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE32CE is #21CD31. Grayscale: #767676. Windows color (decimal): -2215218 or 13513438. OLE color: 13513438.
HSL color Cylindrical-coordinate representation of color #DE32CE: hue angle of 305.58º 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 #DE32CE is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 206 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.13 |
| HSL | 305.58º | 0.72% | 0.53% | - |
| HSV(B) | 305.58º | 0.77% | 0.87% | - |
| XYZ | 42.41 | 22.27 | 60.46 | - |
| YUV | 119.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 206 | 0 | 0.77 | 0.07 | 0.13 | 305.58 | 0.72 | 0.53 |
| Hex | DE | 32 | CE | 0 | 4D | 7 | D | 132 | 48 | 35 |
| Octal | 336 | 62 | 316 | 0 | 115 | 7 | 15 | 462 | 110 | 65 |
| Binary | 11011110 | 110010 | 11001110 | 0 | 1001101 | 111 | 1101 | 100110010 | 1001000 | 110101 |
Color Harmonies of #DE32CE
Complementary color
Monochromatic Colors of #DE32CE
Black with #DE32CE
Text Example
Text Example
White with #DE32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE32CE; }
p { color: rgb(222,50,206); }
H1.HeaderClassName
{
color: #DE32CE;
}
.AnyTagClassName
{
color: #DE32CE;
}
</style>
background-color css
<style>
a { background-color: #DE32CE; }
a { background-color: rgb(222,50,206); }
div.DivClassName
{
background-color: #DE32CE;
}
.BgClassName
{
background-color: #DE32CE;
}
</style>
border-color css
<style>
span { border-color: #DE32CE; }
span { border-color: rgb(222,50,206); }
td.TdClassName
{
border-color: #DE32CE;
}
.TagClassName
{
border-color: #DE32CE;
}
</style>