Shades of Razzle Dazzle Rose #DD2CDF
Tints of Razzle Dazzle Rose #DD2CDF
RGB
CMYK
RGB Variations
Color information
#DD2CDF (or 0xDD2CDF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and DF. RGB value is (221,44,223). Sum of RGB (Red+Green+Blue) = 221+44+223=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CDF is #22D320. Grayscale: #747474. Windows color (decimal): -2282273 or 14626013. OLE color: 14626013.
HSL color Cylindrical-coordinate representation of color #DD2CDF: hue angle of 299.33º degrees, saturation: 0.74, 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 #DD2CDF is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 223 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.13 |
| HSL | 299.33º | 0.74% | 0.52% | - |
| HSV(B) | 299.33º | 0.8% | 0.87% | - |
| XYZ | 44.04 | 22.5 | 71.83 | - |
| YUV | 117.33 | 187.64 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 223 | 0.01 | 0.80 | 0 | 0.13 | 299.33 | 0.74 | 0.52 |
| Hex | DD | 2C | DF | 1 | 50 | 0 | D | 12B | 4A | 34 |
| Octal | 335 | 54 | 337 | 1 | 120 | 0 | 15 | 453 | 112 | 64 |
| Binary | 11011101 | 101100 | 11011111 | 1 | 1010000 | 0 | 1101 | 100101011 | 1001010 | 110100 |
Color Harmonies of #DD2CDF
Complementary color
Monochromatic Colors of #DD2CDF
Black with #DD2CDF
Text Example
Text Example
White with #DD2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CDF; }
p { color: rgb(221,44,223); }
H1.HeaderClassName
{
color: #DD2CDF;
}
.AnyTagClassName
{
color: #DD2CDF;
}
</style>
background-color css
<style>
a { background-color: #DD2CDF; }
a { background-color: rgb(221,44,223); }
div.DivClassName
{
background-color: #DD2CDF;
}
.BgClassName
{
background-color: #DD2CDF;
}
</style>
border-color css
<style>
span { border-color: #DD2CDF; }
span { border-color: rgb(221,44,223); }
td.TdClassName
{
border-color: #DD2CDF;
}
.TagClassName
{
border-color: #DD2CDF;
}
</style>