Shades of Razzle Dazzle Rose #DD2EE1
Tints of Razzle Dazzle Rose #DD2EE1
RGB
CMYK
RGB Variations
Color information
#DD2EE1 (or 0xDD2EE1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and E1. RGB value is (221,46,225). Sum of RGB (Red+Green+Blue) = 221+46+225=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 46 (18.36% from 255 or 9.35% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD2EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2EE1 is #22D11E. Grayscale: #767676. Windows color (decimal): -2281759 or 14757597. OLE color: 14757597.
HSL color Cylindrical-coordinate representation of color #DD2EE1: hue angle of 298.66º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2EE1 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 46 | 225 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.12 |
| HSL | 298.66º | 0.75% | 0.53% | - |
| HSV(B) | 298.66º | 0.8% | 0.88% | - |
| XYZ | 44.39 | 22.76 | 73.29 | - |
| YUV | 118.73 | 187.98 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 225 | 0.02 | 0.80 | 0 | 0.12 | 298.66 | 0.75 | 0.53 |
| Hex | DD | 2E | E1 | 2 | 50 | 0 | C | 12B | 4B | 35 |
| Octal | 335 | 56 | 341 | 2 | 120 | 0 | 14 | 453 | 113 | 65 |
| Binary | 11011101 | 101110 | 11100001 | 10 | 1010000 | 0 | 1100 | 100101011 | 1001011 | 110101 |
Color Harmonies of #DD2EE1
Complementary color
Monochromatic Colors of #DD2EE1
Black with #DD2EE1
Text Example
Text Example
White with #DD2EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EE1; }
p { color: rgb(221,46,225); }
H1.HeaderClassName
{
color: #DD2EE1;
}
.AnyTagClassName
{
color: #DD2EE1;
}
</style>
background-color css
<style>
a { background-color: #DD2EE1; }
a { background-color: rgb(221,46,225); }
div.DivClassName
{
background-color: #DD2EE1;
}
.BgClassName
{
background-color: #DD2EE1;
}
</style>
border-color css
<style>
span { border-color: #DD2EE1; }
span { border-color: rgb(221,46,225); }
td.TdClassName
{
border-color: #DD2EE1;
}
.TagClassName
{
border-color: #DD2EE1;
}
</style>