Shades of Razzle Dazzle Rose #FD32DD
Tints of Razzle Dazzle Rose #FD32DD
RGB
CMYK
RGB Variations
Color information
#FD32DD (or 0xFD32DD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and DD. RGB value is (253,50,221). Sum of RGB (Red+Green+Blue) = 253+50+221=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 50 (19.92% from 255 or 9.54% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32DD is #02CD22. Grayscale: #818181. Windows color (decimal): -183587 or 14496509. OLE color: 14496509.
HSL color Cylindrical-coordinate representation of color #FD32DD: hue angle of 309.46º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD32DD is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 221 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.01 |
| HSL | 309.46º | 0.98% | 0.59% | - |
| HSV(B) | 309.46º | 0.8% | 0.99% | - |
| XYZ | 54.7 | 28.38 | 71 | - |
| YUV | 130.19 | 179.25 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 221 | 0 | 0.80 | 0.13 | 0.01 | 309.46 | 0.98 | 0.59 |
| Hex | FD | 32 | DD | 0 | 50 | D | 1 | 135 | 62 | 3B |
| Octal | 375 | 62 | 335 | 0 | 120 | 15 | 1 | 465 | 142 | 73 |
| Binary | 11111101 | 110010 | 11011101 | 0 | 1010000 | 1101 | 1 | 100110101 | 1100010 | 111011 |
Color Harmonies of #FD32DD
Complementary color
Monochromatic Colors of #FD32DD
Black with #FD32DD
Text Example
Text Example
White with #FD32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32DD; }
p { color: rgb(253,50,221); }
H1.HeaderClassName
{
color: #FD32DD;
}
.AnyTagClassName
{
color: #FD32DD;
}
</style>
background-color css
<style>
a { background-color: #FD32DD; }
a { background-color: rgb(253,50,221); }
div.DivClassName
{
background-color: #FD32DD;
}
.BgClassName
{
background-color: #FD32DD;
}
</style>
border-color css
<style>
span { border-color: #FD32DD; }
span { border-color: rgb(253,50,221); }
td.TdClassName
{
border-color: #FD32DD;
}
.TagClassName
{
border-color: #FD32DD;
}
</style>