Shades of Razzle Dazzle Rose #DD2ECD
Tints of Razzle Dazzle Rose #DD2ECD
RGB
CMYK
RGB Variations
Color information
#DD2ECD (or 0xDD2ECD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and CD. RGB value is (221,46,205). Sum of RGB (Red+Green+Blue) = 221+46+205=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ECD is #22D132. Grayscale: #737373. Windows color (decimal): -2281779 or 13446877. OLE color: 13446877.
HSL color Cylindrical-coordinate representation of color #DD2ECD: hue angle of 305.49º 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 #DD2ECD is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 205 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.13 |
| HSL | 305.49º | 0.72% | 0.52% | - |
| HSV(B) | 305.49º | 0.79% | 0.87% | - |
| XYZ | 41.82 | 21.73 | 59.75 | - |
| YUV | 116.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 205 | 0 | 0.79 | 0.07 | 0.13 | 305.49 | 0.72 | 0.52 |
| Hex | DD | 2E | CD | 0 | 4F | 7 | D | 131 | 48 | 34 |
| Octal | 335 | 56 | 315 | 0 | 117 | 7 | 15 | 461 | 110 | 64 |
| Binary | 11011101 | 101110 | 11001101 | 0 | 1001111 | 111 | 1101 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DD2ECD
Complementary color
Monochromatic Colors of #DD2ECD
Black with #DD2ECD
Text Example
Text Example
White with #DD2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2ECD; }
p { color: rgb(221,46,205); }
H1.HeaderClassName
{
color: #DD2ECD;
}
.AnyTagClassName
{
color: #DD2ECD;
}
</style>
background-color css
<style>
a { background-color: #DD2ECD; }
a { background-color: rgb(221,46,205); }
div.DivClassName
{
background-color: #DD2ECD;
}
.BgClassName
{
background-color: #DD2ECD;
}
</style>
border-color css
<style>
span { border-color: #DD2ECD; }
span { border-color: rgb(221,46,205); }
td.TdClassName
{
border-color: #DD2ECD;
}
.TagClassName
{
border-color: #DD2ECD;
}
</style>