Shades of Razzle Dazzle Rose #DD32BF
Tints of Razzle Dazzle Rose #DD32BF
RGB
CMYK
RGB Variations
Color information
#DD32BF (or 0xDD32BF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 32 and BF. RGB value is (221,50,191). Sum of RGB (Red+Green+Blue) = 221+50+191=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD32BF is #22CD40. Grayscale: #747474. Windows color (decimal): -2280769 or 12530397. OLE color: 12530397.
HSL color Cylindrical-coordinate representation of color #DD32BF: hue angle of 310.53º 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 #DD32BF is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 191 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.13 |
| HSL | 310.53º | 0.72% | 0.53% | - |
| HSV(B) | 310.53º | 0.77% | 0.87% | - |
| XYZ | 40.36 | 21.41 | 51.3 | - |
| YUV | 117.2 | 169.65 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 191 | 0 | 0.77 | 0.14 | 0.13 | 310.53 | 0.72 | 0.53 |
| Hex | DD | 32 | BF | 0 | 4D | E | D | 137 | 48 | 35 |
| Octal | 335 | 62 | 277 | 0 | 115 | 16 | 15 | 467 | 110 | 65 |
| Binary | 11011101 | 110010 | 10111111 | 0 | 1001101 | 1110 | 1101 | 100110111 | 1001000 | 110101 |
Color Harmonies of #DD32BF
Complementary color
Monochromatic Colors of #DD32BF
Black with #DD32BF
Text Example
Text Example
White with #DD32BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32BF; }
p { color: rgb(221,50,191); }
H1.HeaderClassName
{
color: #DD32BF;
}
.AnyTagClassName
{
color: #DD32BF;
}
</style>
background-color css
<style>
a { background-color: #DD32BF; }
a { background-color: rgb(221,50,191); }
div.DivClassName
{
background-color: #DD32BF;
}
.BgClassName
{
background-color: #DD32BF;
}
</style>
border-color css
<style>
span { border-color: #DD32BF; }
span { border-color: rgb(221,50,191); }
td.TdClassName
{
border-color: #DD32BF;
}
.TagClassName
{
border-color: #DD32BF;
}
</style>