Shades of Razzle Dazzle Rose #FD32D5
Tints of Razzle Dazzle Rose #FD32D5
RGB
CMYK
RGB Variations
Color information
#FD32D5 (or 0xFD32D5) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and D5. RGB value is (253,50,213). Sum of RGB (Red+Green+Blue) = 253+50+213=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 50 (19.92% from 255 or 9.69% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32D5 is #02CD2A. Grayscale: #808080. Windows color (decimal): -183595 or 13972221. OLE color: 13972221.
HSL color Cylindrical-coordinate representation of color #FD32D5: hue angle of 311.82º 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 #FD32D5 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 213 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.01 |
| HSL | 311.82º | 0.98% | 0.59% | - |
| HSV(B) | 311.82º | 0.8% | 0.99% | - |
| XYZ | 53.66 | 27.97 | 65.52 | - |
| YUV | 129.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 213 | 0 | 0.80 | 0.16 | 0.01 | 311.82 | 0.98 | 0.59 |
| Hex | FD | 32 | D5 | 0 | 50 | 10 | 1 | 138 | 62 | 3B |
| Octal | 375 | 62 | 325 | 0 | 120 | 20 | 1 | 470 | 142 | 73 |
| Binary | 11111101 | 110010 | 11010101 | 0 | 1010000 | 10000 | 1 | 100111000 | 1100010 | 111011 |
Color Harmonies of #FD32D5
Complementary color
Monochromatic Colors of #FD32D5
Black with #FD32D5
Text Example
Text Example
White with #FD32D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32D5; }
p { color: rgb(253,50,213); }
H1.HeaderClassName
{
color: #FD32D5;
}
.AnyTagClassName
{
color: #FD32D5;
}
</style>
background-color css
<style>
a { background-color: #FD32D5; }
a { background-color: rgb(253,50,213); }
div.DivClassName
{
background-color: #FD32D5;
}
.BgClassName
{
background-color: #FD32D5;
}
</style>
border-color css
<style>
span { border-color: #FD32D5; }
span { border-color: rgb(253,50,213); }
td.TdClassName
{
border-color: #FD32D5;
}
.TagClassName
{
border-color: #FD32D5;
}
</style>