Shades of Razzle Dazzle Rose #DE2EC5
Tints of Razzle Dazzle Rose #DE2EC5
RGB
CMYK
RGB Variations
Color information
#DE2EC5 (or 0xDE2EC5) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2E and C5. RGB value is (222,46,197). Sum of RGB (Red+Green+Blue) = 222+46+197=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2EC5 is #21D13A. Grayscale: #737373. Windows color (decimal): -2216251 or 12922590. OLE color: 12922590.
HSL color Cylindrical-coordinate representation of color #DE2EC5: hue angle of 308.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE2EC5 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 46 | 197 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.13 |
| HSL | 308.52º | 0.73% | 0.53% | - |
| HSV(B) | 308.52º | 0.79% | 0.87% | - |
| XYZ | 41.18 | 21.51 | 54.81 | - |
| YUV | 115.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 46 | 197 | 0 | 0.79 | 0.11 | 0.13 | 308.52 | 0.73 | 0.53 |
| Hex | DE | 2E | C5 | 0 | 4F | B | D | 135 | 49 | 35 |
| Octal | 336 | 56 | 305 | 0 | 117 | 13 | 15 | 465 | 111 | 65 |
| Binary | 11011110 | 101110 | 11000101 | 0 | 1001111 | 1011 | 1101 | 100110101 | 1001001 | 110101 |
Color Harmonies of #DE2EC5
Complementary color
Monochromatic Colors of #DE2EC5
Black with #DE2EC5
Text Example
Text Example
White with #DE2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2EC5; }
p { color: rgb(222,46,197); }
H1.HeaderClassName
{
color: #DE2EC5;
}
.AnyTagClassName
{
color: #DE2EC5;
}
</style>
background-color css
<style>
a { background-color: #DE2EC5; }
a { background-color: rgb(222,46,197); }
div.DivClassName
{
background-color: #DE2EC5;
}
.BgClassName
{
background-color: #DE2EC5;
}
</style>
border-color css
<style>
span { border-color: #DE2EC5; }
span { border-color: rgb(222,46,197); }
td.TdClassName
{
border-color: #DE2EC5;
}
.TagClassName
{
border-color: #DE2EC5;
}
</style>