Shades of Razzle Dazzle Rose #DD2ECF
Tints of Razzle Dazzle Rose #DD2ECF
RGB
CMYK
RGB Variations
Color information
#DD2ECF (or 0xDD2ECF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and CF. RGB value is (221,46,207). Sum of RGB (Red+Green+Blue) = 221+46+207=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ECF is #22D130. Grayscale: #747474. Windows color (decimal): -2281777 or 13577949. OLE color: 13577949.
HSL color Cylindrical-coordinate representation of color #DD2ECF: hue angle of 304.8º 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 #DD2ECF is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 207 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.13 |
| HSL | 304.8º | 0.72% | 0.52% | - |
| HSV(B) | 304.8º | 0.79% | 0.87% | - |
| XYZ | 42.06 | 21.83 | 61.03 | - |
| YUV | 116.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 207 | 0 | 0.79 | 0.06 | 0.13 | 304.8 | 0.72 | 0.52 |
| Hex | DD | 2E | CF | 0 | 4F | 6 | D | 131 | 48 | 34 |
| Octal | 335 | 56 | 317 | 0 | 117 | 6 | 15 | 461 | 110 | 64 |
| Binary | 11011101 | 101110 | 11001111 | 0 | 1001111 | 110 | 1101 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DD2ECF
Complementary color
Monochromatic Colors of #DD2ECF
Black with #DD2ECF
Text Example
Text Example
White with #DD2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2ECF; }
p { color: rgb(221,46,207); }
H1.HeaderClassName
{
color: #DD2ECF;
}
.AnyTagClassName
{
color: #DD2ECF;
}
</style>
background-color css
<style>
a { background-color: #DD2ECF; }
a { background-color: rgb(221,46,207); }
div.DivClassName
{
background-color: #DD2ECF;
}
.BgClassName
{
background-color: #DD2ECF;
}
</style>
border-color css
<style>
span { border-color: #DD2ECF; }
span { border-color: rgb(221,46,207); }
td.TdClassName
{
border-color: #DD2ECF;
}
.TagClassName
{
border-color: #DD2ECF;
}
</style>