Shades of Razzle Dazzle Rose #DD2ACD
Tints of Razzle Dazzle Rose #DD2ACD
RGB
CMYK
RGB Variations
Color information
#DD2ACD (or 0xDD2ACD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2A and CD. RGB value is (221,42,205). Sum of RGB (Red+Green+Blue) = 221+42+205=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ACD is #22D532. Grayscale: #717171. Windows color (decimal): -2282803 or 13445853. OLE color: 13445853.
HSL color Cylindrical-coordinate representation of color #DD2ACD: hue angle of 305.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2ACD is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 205 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.13 |
| HSL | 305.36º | 0.72% | 0.52% | - |
| HSV(B) | 305.36º | 0.81% | 0.87% | - |
| XYZ | 41.67 | 21.44 | 59.7 | - |
| YUV | 114.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 205 | 0 | 0.81 | 0.07 | 0.13 | 305.36 | 0.72 | 0.52 |
| Hex | DD | 2A | CD | 0 | 51 | 7 | D | 131 | 48 | 34 |
| Octal | 335 | 52 | 315 | 0 | 121 | 7 | 15 | 461 | 110 | 64 |
| Binary | 11011101 | 101010 | 11001101 | 0 | 1010001 | 111 | 1101 | 100110001 | 1001000 | 110100 |
Color Harmonies of #DD2ACD
Complementary color
Monochromatic Colors of #DD2ACD
Black with #DD2ACD
Text Example
Text Example
White with #DD2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2ACD; }
p { color: rgb(221,42,205); }
H1.HeaderClassName
{
color: #DD2ACD;
}
.AnyTagClassName
{
color: #DD2ACD;
}
</style>
background-color css
<style>
a { background-color: #DD2ACD; }
a { background-color: rgb(221,42,205); }
div.DivClassName
{
background-color: #DD2ACD;
}
.BgClassName
{
background-color: #DD2ACD;
}
</style>
border-color css
<style>
span { border-color: #DD2ACD; }
span { border-color: rgb(221,42,205); }
td.TdClassName
{
border-color: #DD2ACD;
}
.TagClassName
{
border-color: #DD2ACD;
}
</style>