Shades of Razzle Dazzle Rose #DD29C1
Tints of Razzle Dazzle Rose #DD29C1
RGB
CMYK
RGB Variations
Color information
#DD29C1 (or 0xDD29C1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 29 and C1. RGB value is (221,41,193). Sum of RGB (Red+Green+Blue) = 221+41+193=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29C1 is #22D63E. Grayscale: #6F6F6F. Windows color (decimal): -2283071 or 12659165. OLE color: 12659165.
HSL color Cylindrical-coordinate representation of color #DD29C1: hue angle of 309.33º 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 #DD29C1 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 193 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.13 |
| HSL | 309.33º | 0.73% | 0.51% | - |
| HSV(B) | 309.33º | 0.81% | 0.87% | - |
| XYZ | 40.24 | 20.81 | 52.35 | - |
| YUV | 112.15 | 173.63 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 193 | 0 | 0.81 | 0.13 | 0.13 | 309.33 | 0.73 | 0.51 |
| Hex | DD | 29 | C1 | 0 | 51 | D | D | 135 | 49 | 33 |
| Octal | 335 | 51 | 301 | 0 | 121 | 15 | 15 | 465 | 111 | 63 |
| Binary | 11011101 | 101001 | 11000001 | 0 | 1010001 | 1101 | 1101 | 100110101 | 1001001 | 110011 |
Color Harmonies of #DD29C1
Complementary color
Monochromatic Colors of #DD29C1
Black with #DD29C1
Text Example
Text Example
White with #DD29C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29C1; }
p { color: rgb(221,41,193); }
H1.HeaderClassName
{
color: #DD29C1;
}
.AnyTagClassName
{
color: #DD29C1;
}
</style>
background-color css
<style>
a { background-color: #DD29C1; }
a { background-color: rgb(221,41,193); }
div.DivClassName
{
background-color: #DD29C1;
}
.BgClassName
{
background-color: #DD29C1;
}
</style>
border-color css
<style>
span { border-color: #DD29C1; }
span { border-color: rgb(221,41,193); }
td.TdClassName
{
border-color: #DD29C1;
}
.TagClassName
{
border-color: #DD29C1;
}
</style>