Shades of Razzle Dazzle Rose #DD2ED4
Tints of Razzle Dazzle Rose #DD2ED4
RGB
CMYK
RGB Variations
Color information
#DD2ED4 (or 0xDD2ED4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and D4. RGB value is (221,46,212). Sum of RGB (Red+Green+Blue) = 221+46+212=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ED4 is #22D12B. Grayscale: #747474. Windows color (decimal): -2281772 or 13905629. OLE color: 13905629.
HSL color Cylindrical-coordinate representation of color #DD2ED4: hue angle of 303.09º 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 #DD2ED4 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 212 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.13 |
| HSL | 303.09º | 0.72% | 0.52% | - |
| HSV(B) | 303.09º | 0.79% | 0.87% | - |
| XYZ | 42.68 | 22.08 | 64.3 | - |
| YUV | 117.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 212 | 0 | 0.79 | 0.04 | 0.13 | 303.09 | 0.72 | 0.52 |
| Hex | DD | 2E | D4 | 0 | 4F | 4 | D | 12F | 48 | 34 |
| Octal | 335 | 56 | 324 | 0 | 117 | 4 | 15 | 457 | 110 | 64 |
| Binary | 11011101 | 101110 | 11010100 | 0 | 1001111 | 100 | 1101 | 100101111 | 1001000 | 110100 |
Color Harmonies of #DD2ED4
Complementary color
Monochromatic Colors of #DD2ED4
Black with #DD2ED4
Text Example
Text Example
White with #DD2ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2ED4; }
p { color: rgb(221,46,212); }
H1.HeaderClassName
{
color: #DD2ED4;
}
.AnyTagClassName
{
color: #DD2ED4;
}
</style>
background-color css
<style>
a { background-color: #DD2ED4; }
a { background-color: rgb(221,46,212); }
div.DivClassName
{
background-color: #DD2ED4;
}
.BgClassName
{
background-color: #DD2ED4;
}
</style>
border-color css
<style>
span { border-color: #DD2ED4; }
span { border-color: rgb(221,46,212); }
td.TdClassName
{
border-color: #DD2ED4;
}
.TagClassName
{
border-color: #DD2ED4;
}
</style>