Shades of Razzle Dazzle Rose #DD29C0
Tints of Razzle Dazzle Rose #DD29C0
RGB
CMYK
RGB Variations
Color information
#DD29C0 (or 0xDD29C0) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and C0. RGB value is (221,41,192). Sum of RGB (Red+Green+Blue) = 221+41+192=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29C0 is #22D63F. Grayscale: #6F6F6F. Windows color (decimal): -2283072 or 12593629. OLE color: 12593629.
HSL color Cylindrical-coordinate representation of color #DD29C0: hue angle of 309.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD29C0 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 192 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.13 |
| HSL | 309.67º | 0.73% | 0.51% | - |
| HSV(B) | 309.67º | 0.81% | 0.87% | - |
| XYZ | 40.13 | 20.76 | 51.76 | - |
| YUV | 112.03 | 173.13 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 192 | 0 | 0.81 | 0.13 | 0.13 | 309.67 | 0.73 | 0.51 |
| Hex | DD | 29 | C0 | 0 | 51 | D | D | 136 | 49 | 33 |
| Octal | 335 | 51 | 300 | 0 | 121 | 15 | 15 | 466 | 111 | 63 |
| Binary | 11011101 | 101001 | 11000000 | 0 | 1010001 | 1101 | 1101 | 100110110 | 1001001 | 110011 |
Color Harmonies of #DD29C0
Complementary color
Monochromatic Colors of #DD29C0
Black with #DD29C0
Text Example
Text Example
White with #DD29C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29C0; }
p { color: rgb(221,41,192); }
H1.HeaderClassName
{
color: #DD29C0;
}
.AnyTagClassName
{
color: #DD29C0;
}
</style>
background-color css
<style>
a { background-color: #DD29C0; }
a { background-color: rgb(221,41,192); }
div.DivClassName
{
background-color: #DD29C0;
}
.BgClassName
{
background-color: #DD29C0;
}
</style>
border-color css
<style>
span { border-color: #DD29C0; }
span { border-color: rgb(221,41,192); }
td.TdClassName
{
border-color: #DD29C0;
}
.TagClassName
{
border-color: #DD29C0;
}
</style>