Shades of Razzle Dazzle Rose #DD2ADA
Tints of Razzle Dazzle Rose #DD2ADA
RGB
CMYK
RGB Variations
Color information
#DD2ADA (or 0xDD2ADA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2A and DA. RGB value is (221,42,218). Sum of RGB (Red+Green+Blue) = 221+42+218=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ADA is #22D525. Grayscale: #737373. Windows color (decimal): -2282790 or 14297821. OLE color: 14297821.
HSL color Cylindrical-coordinate representation of color #DD2ADA: hue angle of 301.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 #DD2ADA is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 218 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.13 |
| HSL | 301.01º | 0.72% | 0.52% | - |
| HSV(B) | 301.01º | 0.81% | 0.87% | - |
| XYZ | 43.3 | 22.09 | 68.31 | - |
| YUV | 115.59 | 185.8 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 218 | 0 | 0.81 | 0.01 | 0.13 | 301.01 | 0.72 | 0.52 |
| Hex | DD | 2A | DA | 0 | 51 | 1 | D | 12D | 48 | 34 |
| Octal | 335 | 52 | 332 | 0 | 121 | 1 | 15 | 455 | 110 | 64 |
| Binary | 11011101 | 101010 | 11011010 | 0 | 1010001 | 1 | 1101 | 100101101 | 1001000 | 110100 |
Color Harmonies of #DD2ADA
Complementary color
Monochromatic Colors of #DD2ADA
Black with #DD2ADA
Text Example
Text Example
White with #DD2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2ADA; }
p { color: rgb(221,42,218); }
H1.HeaderClassName
{
color: #DD2ADA;
}
.AnyTagClassName
{
color: #DD2ADA;
}
</style>
background-color css
<style>
a { background-color: #DD2ADA; }
a { background-color: rgb(221,42,218); }
div.DivClassName
{
background-color: #DD2ADA;
}
.BgClassName
{
background-color: #DD2ADA;
}
</style>
border-color css
<style>
span { border-color: #DD2ADA; }
span { border-color: rgb(221,42,218); }
td.TdClassName
{
border-color: #DD2ADA;
}
.TagClassName
{
border-color: #DD2ADA;
}
</style>