Shades of Razzle Dazzle Rose #DE2DDE
Tints of Razzle Dazzle Rose #DE2DDE
RGB
CMYK
RGB Variations
Color information
#DE2DDE (or 0xDE2DDE) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2D and DE. RGB value is (222,45,222). Sum of RGB (Red+Green+Blue) = 222+45+222=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 45 (17.97% from 255 or 9.20% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE2DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2DDE is #21D221. Grayscale: #757575. Windows color (decimal): -2216482 or 14560734. OLE color: 14560734.
HSL color Cylindrical-coordinate representation of color #DE2DDE: hue angle of 300º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2DDE is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 222 | - |
| CMYK | 0 | 0.80 | 0 | 0.13 |
| HSL | 300º | 0.73% | 0.52% | - |
| HSV(B) | 300º | 0.8% | 0.87% | - |
| XYZ | 44.25 | 22.68 | 71.15 | - |
| YUV | 118.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 222 | 0 | 0.80 | 0 | 0.13 | 300 | 0.73 | 0.52 |
| Hex | DE | 2D | DE | 0 | 50 | 0 | D | 12C | 49 | 34 |
| Octal | 336 | 55 | 336 | 0 | 120 | 0 | 15 | 454 | 111 | 64 |
| Binary | 11011110 | 101101 | 11011110 | 0 | 1010000 | 0 | 1101 | 100101100 | 1001001 | 110100 |
Color Harmonies of #DE2DDE
Complementary color
Monochromatic Colors of #DE2DDE
Black with #DE2DDE
Text Example
Text Example
White with #DE2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2DDE; }
p { color: rgb(222,45,222); }
H1.HeaderClassName
{
color: #DE2DDE;
}
.AnyTagClassName
{
color: #DE2DDE;
}
</style>
background-color css
<style>
a { background-color: #DE2DDE; }
a { background-color: rgb(222,45,222); }
div.DivClassName
{
background-color: #DE2DDE;
}
.BgClassName
{
background-color: #DE2DDE;
}
</style>
border-color css
<style>
span { border-color: #DE2DDE; }
span { border-color: rgb(222,45,222); }
td.TdClassName
{
border-color: #DE2DDE;
}
.TagClassName
{
border-color: #DE2DDE;
}
</style>