Shades of Razzle Dazzle Rose #DD2EC4
Tints of Razzle Dazzle Rose #DD2EC4
RGB
CMYK
RGB Variations
Color information
#DD2EC4 (or 0xDD2EC4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and C4. RGB value is (221,46,196). Sum of RGB (Red+Green+Blue) = 221+46+196=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2EC4 is #22D13B. Grayscale: #737373. Windows color (decimal): -2281788 or 12857053. OLE color: 12857053.
HSL color Cylindrical-coordinate representation of color #DD2EC4: hue angle of 308.57º 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 #DD2EC4 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 196 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.13 |
| HSL | 308.57º | 0.72% | 0.52% | - |
| HSV(B) | 308.57º | 0.79% | 0.87% | - |
| XYZ | 40.76 | 21.31 | 54.19 | - |
| YUV | 115.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 196 | 0 | 0.79 | 0.11 | 0.13 | 308.57 | 0.72 | 0.52 |
| Hex | DD | 2E | C4 | 0 | 4F | B | D | 135 | 48 | 34 |
| Octal | 335 | 56 | 304 | 0 | 117 | 13 | 15 | 465 | 110 | 64 |
| Binary | 11011101 | 101110 | 11000100 | 0 | 1001111 | 1011 | 1101 | 100110101 | 1001000 | 110100 |
Color Harmonies of #DD2EC4
Complementary color
Monochromatic Colors of #DD2EC4
Black with #DD2EC4
Text Example
Text Example
White with #DD2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EC4; }
p { color: rgb(221,46,196); }
H1.HeaderClassName
{
color: #DD2EC4;
}
.AnyTagClassName
{
color: #DD2EC4;
}
</style>
background-color css
<style>
a { background-color: #DD2EC4; }
a { background-color: rgb(221,46,196); }
div.DivClassName
{
background-color: #DD2EC4;
}
.BgClassName
{
background-color: #DD2EC4;
}
</style>
border-color css
<style>
span { border-color: #DD2EC4; }
span { border-color: rgb(221,46,196); }
td.TdClassName
{
border-color: #DD2EC4;
}
.TagClassName
{
border-color: #DD2EC4;
}
</style>