Shades of Razzle Dazzle Rose #DD32BE
Tints of Razzle Dazzle Rose #DD32BE
RGB
CMYK
RGB Variations
Color information
#DD32BE (or 0xDD32BE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and BE. RGB value is (221,50,190). Sum of RGB (Red+Green+Blue) = 221+50+190=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32BE is #22CD41. Grayscale: #747474. Windows color (decimal): -2280770 or 12464861. OLE color: 12464861.
HSL color Cylindrical-coordinate representation of color #DD32BE: hue angle of 310.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD32BE is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 190 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.13 |
| HSL | 310.88º | 0.72% | 0.53% | - |
| HSV(B) | 310.88º | 0.77% | 0.87% | - |
| XYZ | 40.25 | 21.37 | 50.72 | - |
| YUV | 117.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 190 | 0 | 0.77 | 0.14 | 0.13 | 310.88 | 0.72 | 0.53 |
| Hex | DD | 32 | BE | 0 | 4D | E | D | 137 | 48 | 35 |
| Octal | 335 | 62 | 276 | 0 | 115 | 16 | 15 | 467 | 110 | 65 |
| Binary | 11011101 | 110010 | 10111110 | 0 | 1001101 | 1110 | 1101 | 100110111 | 1001000 | 110101 |
Color Harmonies of #DD32BE
Complementary color
Monochromatic Colors of #DD32BE
Black with #DD32BE
Text Example
Text Example
White with #DD32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32BE; }
p { color: rgb(221,50,190); }
H1.HeaderClassName
{
color: #DD32BE;
}
.AnyTagClassName
{
color: #DD32BE;
}
</style>
background-color css
<style>
a { background-color: #DD32BE; }
a { background-color: rgb(221,50,190); }
div.DivClassName
{
background-color: #DD32BE;
}
.BgClassName
{
background-color: #DD32BE;
}
</style>
border-color css
<style>
span { border-color: #DD32BE; }
span { border-color: rgb(221,50,190); }
td.TdClassName
{
border-color: #DD32BE;
}
.TagClassName
{
border-color: #DD32BE;
}
</style>