Shades of Razzle Dazzle Rose #DD2CDC
Tints of Razzle Dazzle Rose #DD2CDC
RGB
CMYK
RGB Variations
Color information
#DD2CDC (or 0xDD2CDC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2C and DC. RGB value is (221,44,220). Sum of RGB (Red+Green+Blue) = 221+44+220=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CDC is #22D323. Grayscale: #747474. Windows color (decimal): -2282276 or 14429405. OLE color: 14429405.
HSL color Cylindrical-coordinate representation of color #DD2CDC: hue angle of 300.34º 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 #DD2CDC is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 220 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.13 |
| HSL | 300.34º | 0.72% | 0.52% | - |
| HSV(B) | 300.34º | 0.8% | 0.87% | - |
| XYZ | 43.64 | 22.34 | 69.72 | - |
| YUV | 116.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 220 | 0 | 0.80 | 0.00 | 0.13 | 300.34 | 0.72 | 0.52 |
| Hex | DD | 2C | DC | 0 | 50 | 0 | D | 12C | 48 | 34 |
| Octal | 335 | 54 | 334 | 0 | 120 | 0 | 15 | 454 | 110 | 64 |
| Binary | 11011101 | 101100 | 11011100 | 0 | 1010000 | 0 | 1101 | 100101100 | 1001000 | 110100 |
Color Harmonies of #DD2CDC
Complementary color
Monochromatic Colors of #DD2CDC
Black with #DD2CDC
Text Example
Text Example
White with #DD2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CDC; }
p { color: rgb(221,44,220); }
H1.HeaderClassName
{
color: #DD2CDC;
}
.AnyTagClassName
{
color: #DD2CDC;
}
</style>
background-color css
<style>
a { background-color: #DD2CDC; }
a { background-color: rgb(221,44,220); }
div.DivClassName
{
background-color: #DD2CDC;
}
.BgClassName
{
background-color: #DD2CDC;
}
</style>
border-color css
<style>
span { border-color: #DD2CDC; }
span { border-color: rgb(221,44,220); }
td.TdClassName
{
border-color: #DD2CDC;
}
.TagClassName
{
border-color: #DD2CDC;
}
</style>