Shades of Razzle Dazzle Rose #DD2DC1
Tints of Razzle Dazzle Rose #DD2DC1
RGB
CMYK
RGB Variations
Color information
#DD2DC1 (or 0xDD2DC1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and C1. RGB value is (221,45,193). Sum of RGB (Red+Green+Blue) = 221+45+193=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DC1 is #22D23E. Grayscale: #727272. Windows color (decimal): -2282047 or 12660189. OLE color: 12660189.
HSL color Cylindrical-coordinate representation of color #DD2DC1: hue angle of 309.55º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2DC1 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 193 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.13 |
| HSL | 309.55º | 0.72% | 0.52% | - |
| HSV(B) | 309.55º | 0.8% | 0.87% | - |
| XYZ | 40.38 | 21.1 | 52.4 | - |
| YUV | 114.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 193 | 0 | 0.80 | 0.13 | 0.13 | 309.55 | 0.72 | 0.52 |
| Hex | DD | 2D | C1 | 0 | 50 | D | D | 136 | 48 | 34 |
| Octal | 335 | 55 | 301 | 0 | 120 | 15 | 15 | 466 | 110 | 64 |
| Binary | 11011101 | 101101 | 11000001 | 0 | 1010000 | 1101 | 1101 | 100110110 | 1001000 | 110100 |
Color Harmonies of #DD2DC1
Complementary color
Monochromatic Colors of #DD2DC1
Black with #DD2DC1
Text Example
Text Example
White with #DD2DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DC1; }
p { color: rgb(221,45,193); }
H1.HeaderClassName
{
color: #DD2DC1;
}
.AnyTagClassName
{
color: #DD2DC1;
}
</style>
background-color css
<style>
a { background-color: #DD2DC1; }
a { background-color: rgb(221,45,193); }
div.DivClassName
{
background-color: #DD2DC1;
}
.BgClassName
{
background-color: #DD2DC1;
}
</style>
border-color css
<style>
span { border-color: #DD2DC1; }
span { border-color: rgb(221,45,193); }
td.TdClassName
{
border-color: #DD2DC1;
}
.TagClassName
{
border-color: #DD2DC1;
}
</style>