Shades of Razzle Dazzle Rose #DD2ABC
Tints of Razzle Dazzle Rose #DD2ABC
RGB
CMYK
RGB Variations
Color information
#DD2ABC (or 0xDD2ABC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2A and BC. RGB value is (221,42,188). Sum of RGB (Red+Green+Blue) = 221+42+188=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2ABC is #22D543. Grayscale: #6F6F6F. Windows color (decimal): -2282820 or 12331741. OLE color: 12331741.
HSL color Cylindrical-coordinate representation of color #DD2ABC: hue angle of 311.06º 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 #DD2ABC is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 188 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.13 |
| HSL | 311.06º | 0.72% | 0.52% | - |
| HSV(B) | 311.06º | 0.81% | 0.87% | - |
| XYZ | 39.72 | 20.66 | 49.47 | - |
| YUV | 112.17 | 170.8 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 188 | 0 | 0.81 | 0.15 | 0.13 | 311.06 | 0.72 | 0.52 |
| Hex | DD | 2A | BC | 0 | 51 | F | D | 137 | 48 | 34 |
| Octal | 335 | 52 | 274 | 0 | 121 | 17 | 15 | 467 | 110 | 64 |
| Binary | 11011101 | 101010 | 10111100 | 0 | 1010001 | 1111 | 1101 | 100110111 | 1001000 | 110100 |
Color Harmonies of #DD2ABC
Complementary color
Monochromatic Colors of #DD2ABC
Black with #DD2ABC
Text Example
Text Example
White with #DD2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2ABC; }
p { color: rgb(221,42,188); }
H1.HeaderClassName
{
color: #DD2ABC;
}
.AnyTagClassName
{
color: #DD2ABC;
}
</style>
background-color css
<style>
a { background-color: #DD2ABC; }
a { background-color: rgb(221,42,188); }
div.DivClassName
{
background-color: #DD2ABC;
}
.BgClassName
{
background-color: #DD2ABC;
}
</style>
border-color css
<style>
span { border-color: #DD2ABC; }
span { border-color: rgb(221,42,188); }
td.TdClassName
{
border-color: #DD2ABC;
}
.TagClassName
{
border-color: #DD2ABC;
}
</style>