Shades of Razzle Dazzle Rose #FD32D4
Tints of Razzle Dazzle Rose #FD32D4
RGB
CMYK
RGB Variations
Color information
#FD32D4 (or 0xFD32D4) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and D4. RGB value is (253,50,212). Sum of RGB (Red+Green+Blue) = 253+50+212=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 50 (19.92% from 255 or 9.71% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32D4 is #02CD2B. Grayscale: #808080. Windows color (decimal): -183596 or 13906685. OLE color: 13906685.
HSL color Cylindrical-coordinate representation of color #FD32D4: hue angle of 312.12º 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 #FD32D4 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 212 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.01 |
| HSL | 312.12º | 0.98% | 0.59% | - |
| HSV(B) | 312.12º | 0.8% | 0.99% | - |
| XYZ | 53.53 | 27.92 | 64.85 | - |
| YUV | 129.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 212 | 0 | 0.80 | 0.16 | 0.01 | 312.12 | 0.98 | 0.59 |
| Hex | FD | 32 | D4 | 0 | 50 | 10 | 1 | 138 | 62 | 3B |
| Octal | 375 | 62 | 324 | 0 | 120 | 20 | 1 | 470 | 142 | 73 |
| Binary | 11111101 | 110010 | 11010100 | 0 | 1010000 | 10000 | 1 | 100111000 | 1100010 | 111011 |
Color Harmonies of #FD32D4
Complementary color
Monochromatic Colors of #FD32D4
Black with #FD32D4
Text Example
Text Example
White with #FD32D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32D4; }
p { color: rgb(253,50,212); }
H1.HeaderClassName
{
color: #FD32D4;
}
.AnyTagClassName
{
color: #FD32D4;
}
</style>
background-color css
<style>
a { background-color: #FD32D4; }
a { background-color: rgb(253,50,212); }
div.DivClassName
{
background-color: #FD32D4;
}
.BgClassName
{
background-color: #FD32D4;
}
</style>
border-color css
<style>
span { border-color: #FD32D4; }
span { border-color: rgb(253,50,212); }
td.TdClassName
{
border-color: #FD32D4;
}
.TagClassName
{
border-color: #FD32D4;
}
</style>