Shades of Razzle Dazzle Rose #DD2ECB
Tints of Razzle Dazzle Rose #DD2ECB
RGB
CMYK
RGB Variations
Color information
#DD2ECB (or 0xDD2ECB) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2E and CB. RGB value is (221,46,203). Sum of RGB (Red+Green+Blue) = 221+46+203=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 46 (18.36% from 255 or 9.79% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ECB is #22D134. Grayscale: #737373. Windows color (decimal): -2281781 or 13315805. OLE color: 13315805.
HSL color Cylindrical-coordinate representation of color #DD2ECB: hue angle of 306.17º 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 #DD2ECB is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 203 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.13 |
| HSL | 306.17º | 0.72% | 0.52% | - |
| HSV(B) | 306.17º | 0.79% | 0.87% | - |
| XYZ | 41.58 | 21.64 | 58.49 | - |
| YUV | 116.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 203 | 0 | 0.79 | 0.08 | 0.13 | 306.17 | 0.72 | 0.52 |
| Hex | DD | 2E | CB | 0 | 4F | 8 | D | 132 | 48 | 34 |
| Octal | 335 | 56 | 313 | 0 | 117 | 10 | 15 | 462 | 110 | 64 |
| Binary | 11011101 | 101110 | 11001011 | 0 | 1001111 | 1000 | 1101 | 100110010 | 1001000 | 110100 |
Color Harmonies of #DD2ECB
Complementary color
Monochromatic Colors of #DD2ECB
Black with #DD2ECB
Text Example
Text Example
White with #DD2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2ECB; }
p { color: rgb(221,46,203); }
H1.HeaderClassName
{
color: #DD2ECB;
}
.AnyTagClassName
{
color: #DD2ECB;
}
</style>
background-color css
<style>
a { background-color: #DD2ECB; }
a { background-color: rgb(221,46,203); }
div.DivClassName
{
background-color: #DD2ECB;
}
.BgClassName
{
background-color: #DD2ECB;
}
</style>
border-color css
<style>
span { border-color: #DD2ECB; }
span { border-color: rgb(221,46,203); }
td.TdClassName
{
border-color: #DD2ECB;
}
.TagClassName
{
border-color: #DD2ECB;
}
</style>