Shades of Razzle Dazzle Rose #DD2EC3
Tints of Razzle Dazzle Rose #DD2EC3
RGB
CMYK
RGB Variations
Color information
#DD2EC3 (or 0xDD2EC3) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and C3. RGB value is (221,46,195). Sum of RGB (Red+Green+Blue) = 221+46+195=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2EC3 is #22D13C. Grayscale: #727272. Windows color (decimal): -2281789 or 12791517. OLE color: 12791517.
HSL color Cylindrical-coordinate representation of color #DD2EC3: hue angle of 308.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2EC3 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 195 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.13 |
| HSL | 308.91º | 0.72% | 0.52% | - |
| HSV(B) | 308.91º | 0.79% | 0.87% | - |
| XYZ | 40.65 | 21.27 | 53.59 | - |
| YUV | 115.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 195 | 0 | 0.79 | 0.12 | 0.13 | 308.91 | 0.72 | 0.52 |
| Hex | DD | 2E | C3 | 0 | 4F | C | D | 135 | 48 | 34 |
| Octal | 335 | 56 | 303 | 0 | 117 | 14 | 15 | 465 | 110 | 64 |
| Binary | 11011101 | 101110 | 11000011 | 0 | 1001111 | 1100 | 1101 | 100110101 | 1001000 | 110100 |
Color Harmonies of #DD2EC3
Complementary color
Monochromatic Colors of #DD2EC3
Black with #DD2EC3
Text Example
Text Example
White with #DD2EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EC3; }
p { color: rgb(221,46,195); }
H1.HeaderClassName
{
color: #DD2EC3;
}
.AnyTagClassName
{
color: #DD2EC3;
}
</style>
background-color css
<style>
a { background-color: #DD2EC3; }
a { background-color: rgb(221,46,195); }
div.DivClassName
{
background-color: #DD2EC3;
}
.BgClassName
{
background-color: #DD2EC3;
}
</style>
border-color css
<style>
span { border-color: #DD2EC3; }
span { border-color: rgb(221,46,195); }
td.TdClassName
{
border-color: #DD2EC3;
}
.TagClassName
{
border-color: #DD2EC3;
}
</style>