Shades of Razzle Dazzle Rose #DD2AD7
Tints of Razzle Dazzle Rose #DD2AD7
RGB
CMYK
RGB Variations
Color information
#DD2AD7 (or 0xDD2AD7) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2A and D7. RGB value is (221,42,215). Sum of RGB (Red+Green+Blue) = 221+42+215=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2AD7 is #22D528. Grayscale: #727272. Windows color (decimal): -2282793 or 14101213. OLE color: 14101213.
HSL color Cylindrical-coordinate representation of color #DD2AD7: hue angle of 302.01º 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 #DD2AD7 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 215 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.13 |
| HSL | 302.01º | 0.72% | 0.52% | - |
| HSV(B) | 302.01º | 0.81% | 0.87% | - |
| XYZ | 42.91 | 21.93 | 66.26 | - |
| YUV | 115.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 215 | 0 | 0.81 | 0.03 | 0.13 | 302.01 | 0.72 | 0.52 |
| Hex | DD | 2A | D7 | 0 | 51 | 3 | D | 12E | 48 | 34 |
| Octal | 335 | 52 | 327 | 0 | 121 | 3 | 15 | 456 | 110 | 64 |
| Binary | 11011101 | 101010 | 11010111 | 0 | 1010001 | 11 | 1101 | 100101110 | 1001000 | 110100 |
Color Harmonies of #DD2AD7
Complementary color
Monochromatic Colors of #DD2AD7
Black with #DD2AD7
Text Example
Text Example
White with #DD2AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2AD7; }
p { color: rgb(221,42,215); }
H1.HeaderClassName
{
color: #DD2AD7;
}
.AnyTagClassName
{
color: #DD2AD7;
}
</style>
background-color css
<style>
a { background-color: #DD2AD7; }
a { background-color: rgb(221,42,215); }
div.DivClassName
{
background-color: #DD2AD7;
}
.BgClassName
{
background-color: #DD2AD7;
}
</style>
border-color css
<style>
span { border-color: #DD2AD7; }
span { border-color: rgb(221,42,215); }
td.TdClassName
{
border-color: #DD2AD7;
}
.TagClassName
{
border-color: #DD2AD7;
}
</style>