Shades of Razzle Dazzle Rose #FD32CE
Tints of Razzle Dazzle Rose #FD32CE
RGB
CMYK
RGB Variations
Color information
#FD32CE (or 0xFD32CE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and CE. RGB value is (253,50,206). Sum of RGB (Red+Green+Blue) = 253+50+206=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 50 (19.92% from 255 or 9.82% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32CE is #02CD31. Grayscale: #808080. Windows color (decimal): -183602 or 13513469. OLE color: 13513469.
HSL color Cylindrical-coordinate representation of color #FD32CE: hue angle of 313.89º 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 #FD32CE is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 206 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.01 |
| HSL | 313.89º | 0.98% | 0.59% | - |
| HSV(B) | 313.89º | 0.8% | 0.99% | - |
| XYZ | 52.79 | 27.62 | 60.94 | - |
| YUV | 128.48 | 171.75 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 206 | 0 | 0.80 | 0.19 | 0.01 | 313.89 | 0.98 | 0.59 |
| Hex | FD | 32 | CE | 0 | 50 | 13 | 1 | 13A | 62 | 3B |
| Octal | 375 | 62 | 316 | 0 | 120 | 23 | 1 | 472 | 142 | 73 |
| Binary | 11111101 | 110010 | 11001110 | 0 | 1010000 | 10011 | 1 | 100111010 | 1100010 | 111011 |
Color Harmonies of #FD32CE
Complementary color
Monochromatic Colors of #FD32CE
Black with #FD32CE
Text Example
Text Example
White with #FD32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32CE; }
p { color: rgb(253,50,206); }
H1.HeaderClassName
{
color: #FD32CE;
}
.AnyTagClassName
{
color: #FD32CE;
}
</style>
background-color css
<style>
a { background-color: #FD32CE; }
a { background-color: rgb(253,50,206); }
div.DivClassName
{
background-color: #FD32CE;
}
.BgClassName
{
background-color: #FD32CE;
}
</style>
border-color css
<style>
span { border-color: #FD32CE; }
span { border-color: rgb(253,50,206); }
td.TdClassName
{
border-color: #FD32CE;
}
.TagClassName
{
border-color: #FD32CE;
}
</style>