Shades of Razzle Dazzle Rose #DE2DD9
Tints of Razzle Dazzle Rose #DE2DD9
RGB
CMYK
RGB Variations
Color information
#DE2DD9 (or 0xDE2DD9) is known color: Razzle Dazzle Rose. HEX triplet: DE, 2D and D9. RGB value is (222,45,217). Sum of RGB (Red+Green+Blue) = 222+45+217=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2DD9 is #21D226. Grayscale: #757575. Windows color (decimal): -2216487 or 14233054. OLE color: 14233054.
HSL color Cylindrical-coordinate representation of color #DE2DD9: hue angle of 301.69º 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 #DE2DD9 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 217 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.13 |
| HSL | 301.69º | 0.73% | 0.52% | - |
| HSV(B) | 301.69º | 0.8% | 0.87% | - |
| XYZ | 43.59 | 22.42 | 67.68 | - |
| YUV | 117.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 217 | 0 | 0.80 | 0.02 | 0.13 | 301.69 | 0.73 | 0.52 |
| Hex | DE | 2D | D9 | 0 | 50 | 2 | D | 12E | 49 | 34 |
| Octal | 336 | 55 | 331 | 0 | 120 | 2 | 15 | 456 | 111 | 64 |
| Binary | 11011110 | 101101 | 11011001 | 0 | 1010000 | 10 | 1101 | 100101110 | 1001001 | 110100 |
Color Harmonies of #DE2DD9
Complementary color
Monochromatic Colors of #DE2DD9
Black with #DE2DD9
Text Example
Text Example
White with #DE2DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2DD9; }
p { color: rgb(222,45,217); }
H1.HeaderClassName
{
color: #DE2DD9;
}
.AnyTagClassName
{
color: #DE2DD9;
}
</style>
background-color css
<style>
a { background-color: #DE2DD9; }
a { background-color: rgb(222,45,217); }
div.DivClassName
{
background-color: #DE2DD9;
}
.BgClassName
{
background-color: #DE2DD9;
}
</style>
border-color css
<style>
span { border-color: #DE2DD9; }
span { border-color: rgb(222,45,217); }
td.TdClassName
{
border-color: #DE2DD9;
}
.TagClassName
{
border-color: #DE2DD9;
}
</style>