Shades of Razzle Dazzle Rose #DE2ECE
Tints of Razzle Dazzle Rose #DE2ECE
RGB
CMYK
RGB Variations
Color information
#DE2ECE (or 0xDE2ECE) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2E and CE. RGB value is (222,46,206). Sum of RGB (Red+Green+Blue) = 222+46+206=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2ECE is #21D131. Grayscale: #747474. Windows color (decimal): -2216242 or 13512414. OLE color: 13512414.
HSL color Cylindrical-coordinate representation of color #DE2ECE: hue angle of 305.45º 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 #DE2ECE is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 46 | 206 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.13 |
| HSL | 305.45º | 0.73% | 0.53% | - |
| HSV(B) | 305.45º | 0.79% | 0.87% | - |
| XYZ | 42.24 | 21.94 | 60.4 | - |
| YUV | 116.86 | 178.31 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 46 | 206 | 0 | 0.79 | 0.07 | 0.13 | 305.45 | 0.73 | 0.53 |
| Hex | DE | 2E | CE | 0 | 4F | 7 | D | 131 | 49 | 35 |
| Octal | 336 | 56 | 316 | 0 | 117 | 7 | 15 | 461 | 111 | 65 |
| Binary | 11011110 | 101110 | 11001110 | 0 | 1001111 | 111 | 1101 | 100110001 | 1001001 | 110101 |
Color Harmonies of #DE2ECE
Complementary color
Monochromatic Colors of #DE2ECE
Black with #DE2ECE
Text Example
Text Example
White with #DE2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2ECE; }
p { color: rgb(222,46,206); }
H1.HeaderClassName
{
color: #DE2ECE;
}
.AnyTagClassName
{
color: #DE2ECE;
}
</style>
background-color css
<style>
a { background-color: #DE2ECE; }
a { background-color: rgb(222,46,206); }
div.DivClassName
{
background-color: #DE2ECE;
}
.BgClassName
{
background-color: #DE2ECE;
}
</style>
border-color css
<style>
span { border-color: #DE2ECE; }
span { border-color: rgb(222,46,206); }
td.TdClassName
{
border-color: #DE2ECE;
}
.TagClassName
{
border-color: #DE2ECE;
}
</style>