Shades of Razzle Dazzle Rose #FD32DA
Tints of Razzle Dazzle Rose #FD32DA
RGB
CMYK
RGB Variations
Color information
#FD32DA (or 0xFD32DA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and DA. RGB value is (253,50,218). Sum of RGB (Red+Green+Blue) = 253+50+218=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 50 (19.92% from 255 or 9.60% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32DA is #02CD25. Grayscale: #818181. Windows color (decimal): -183590 or 14299901. OLE color: 14299901.
HSL color Cylindrical-coordinate representation of color #FD32DA: hue angle of 310.34º 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 #FD32DA is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 218 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.01 |
| HSL | 310.34º | 0.98% | 0.59% | - |
| HSV(B) | 310.34º | 0.8% | 0.99% | - |
| XYZ | 54.3 | 28.23 | 68.92 | - |
| YUV | 129.85 | 177.75 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 218 | 0 | 0.80 | 0.14 | 0.01 | 310.34 | 0.98 | 0.59 |
| Hex | FD | 32 | DA | 0 | 50 | E | 1 | 136 | 62 | 3B |
| Octal | 375 | 62 | 332 | 0 | 120 | 16 | 1 | 466 | 142 | 73 |
| Binary | 11111101 | 110010 | 11011010 | 0 | 1010000 | 1110 | 1 | 100110110 | 1100010 | 111011 |
Color Harmonies of #FD32DA
Complementary color
Monochromatic Colors of #FD32DA
Black with #FD32DA
Text Example
Text Example
White with #FD32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32DA; }
p { color: rgb(253,50,218); }
H1.HeaderClassName
{
color: #FD32DA;
}
.AnyTagClassName
{
color: #FD32DA;
}
</style>
background-color css
<style>
a { background-color: #FD32DA; }
a { background-color: rgb(253,50,218); }
div.DivClassName
{
background-color: #FD32DA;
}
.BgClassName
{
background-color: #FD32DA;
}
</style>
border-color css
<style>
span { border-color: #FD32DA; }
span { border-color: rgb(253,50,218); }
td.TdClassName
{
border-color: #FD32DA;
}
.TagClassName
{
border-color: #FD32DA;
}
</style>