Shades of Razzle Dazzle Rose #DD2AD8
Tints of Razzle Dazzle Rose #DD2AD8
RGB
CMYK
RGB Variations
Color information
#DD2AD8 (or 0xDD2AD8) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2A and D8. RGB value is (221,42,216). Sum of RGB (Red+Green+Blue) = 221+42+216=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2AD8 is #22D527. Grayscale: #727272. Windows color (decimal): -2282792 or 14166749. OLE color: 14166749.
HSL color Cylindrical-coordinate representation of color #DD2AD8: hue angle of 301.68º 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 #DD2AD8 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 216 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.13 |
| HSL | 301.68º | 0.72% | 0.52% | - |
| HSV(B) | 301.68º | 0.81% | 0.87% | - |
| XYZ | 43.04 | 21.99 | 66.94 | - |
| YUV | 115.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 216 | 0 | 0.81 | 0.02 | 0.13 | 301.68 | 0.72 | 0.52 |
| Hex | DD | 2A | D8 | 0 | 51 | 2 | D | 12E | 48 | 34 |
| Octal | 335 | 52 | 330 | 0 | 121 | 2 | 15 | 456 | 110 | 64 |
| Binary | 11011101 | 101010 | 11011000 | 0 | 1010001 | 10 | 1101 | 100101110 | 1001000 | 110100 |
Color Harmonies of #DD2AD8
Complementary color
Monochromatic Colors of #DD2AD8
Black with #DD2AD8
Text Example
Text Example
White with #DD2AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2AD8; }
p { color: rgb(221,42,216); }
H1.HeaderClassName
{
color: #DD2AD8;
}
.AnyTagClassName
{
color: #DD2AD8;
}
</style>
background-color css
<style>
a { background-color: #DD2AD8; }
a { background-color: rgb(221,42,216); }
div.DivClassName
{
background-color: #DD2AD8;
}
.BgClassName
{
background-color: #DD2AD8;
}
</style>
border-color css
<style>
span { border-color: #DD2AD8; }
span { border-color: rgb(221,42,216); }
td.TdClassName
{
border-color: #DD2AD8;
}
.TagClassName
{
border-color: #DD2AD8;
}
</style>