Shades of Razzle Dazzle Rose #DD29CF
Tints of Razzle Dazzle Rose #DD29CF
RGB
CMYK
RGB Variations
Color information
#DD29CF (or 0xDD29CF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and CF. RGB value is (221,41,207). Sum of RGB (Red+Green+Blue) = 221+41+207=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29CF is #22D630. Grayscale: #717171. Windows color (decimal): -2283057 or 13576669. OLE color: 13576669.
HSL color Cylindrical-coordinate representation of color #DD29CF: hue angle of 304.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 #DD29CF is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 207 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.13 |
| HSL | 304.67º | 0.73% | 0.51% | - |
| HSV(B) | 304.67º | 0.81% | 0.87% | - |
| XYZ | 41.87 | 21.46 | 60.97 | - |
| YUV | 113.74 | 180.63 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 207 | 0 | 0.81 | 0.06 | 0.13 | 304.67 | 0.73 | 0.51 |
| Hex | DD | 29 | CF | 0 | 51 | 6 | D | 131 | 49 | 33 |
| Octal | 335 | 51 | 317 | 0 | 121 | 6 | 15 | 461 | 111 | 63 |
| Binary | 11011101 | 101001 | 11001111 | 0 | 1010001 | 110 | 1101 | 100110001 | 1001001 | 110011 |
Color Harmonies of #DD29CF
Complementary color
Monochromatic Colors of #DD29CF
Black with #DD29CF
Text Example
Text Example
White with #DD29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29CF; }
p { color: rgb(221,41,207); }
H1.HeaderClassName
{
color: #DD29CF;
}
.AnyTagClassName
{
color: #DD29CF;
}
</style>
background-color css
<style>
a { background-color: #DD29CF; }
a { background-color: rgb(221,41,207); }
div.DivClassName
{
background-color: #DD29CF;
}
.BgClassName
{
background-color: #DD29CF;
}
</style>
border-color css
<style>
span { border-color: #DD29CF; }
span { border-color: rgb(221,41,207); }
td.TdClassName
{
border-color: #DD29CF;
}
.TagClassName
{
border-color: #DD29CF;
}
</style>