Shades of Razzle Dazzle Rose #FD32D3
Tints of Razzle Dazzle Rose #FD32D3
RGB
CMYK
RGB Variations
Color information
#FD32D3 (or 0xFD32D3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and D3. RGB value is (253,50,211). Sum of RGB (Red+Green+Blue) = 253+50+211=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 50 (19.92% from 255 or 9.73% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32D3 is #02CD2C. Grayscale: #808080. Windows color (decimal): -183597 or 13841149. OLE color: 13841149.
HSL color Cylindrical-coordinate representation of color #FD32D3: hue angle of 312.41º 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 #FD32D3 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 50 | 211 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.01 |
| HSL | 312.41º | 0.98% | 0.59% | - |
| HSV(B) | 312.41º | 0.8% | 0.99% | - |
| XYZ | 53.41 | 27.87 | 64.19 | - |
| YUV | 129.05 | 174.25 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 50 | 211 | 0 | 0.80 | 0.17 | 0.01 | 312.41 | 0.98 | 0.59 |
| Hex | FD | 32 | D3 | 0 | 50 | 11 | 1 | 138 | 62 | 3B |
| Octal | 375 | 62 | 323 | 0 | 120 | 21 | 1 | 470 | 142 | 73 |
| Binary | 11111101 | 110010 | 11010011 | 0 | 1010000 | 10001 | 1 | 100111000 | 1100010 | 111011 |
Color Harmonies of #FD32D3
Complementary color
Monochromatic Colors of #FD32D3
Black with #FD32D3
Text Example
Text Example
White with #FD32D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD32D3; }
p { color: rgb(253,50,211); }
H1.HeaderClassName
{
color: #FD32D3;
}
.AnyTagClassName
{
color: #FD32D3;
}
</style>
background-color css
<style>
a { background-color: #FD32D3; }
a { background-color: rgb(253,50,211); }
div.DivClassName
{
background-color: #FD32D3;
}
.BgClassName
{
background-color: #FD32D3;
}
</style>
border-color css
<style>
span { border-color: #FD32D3; }
span { border-color: rgb(253,50,211); }
td.TdClassName
{
border-color: #FD32D3;
}
.TagClassName
{
border-color: #FD32D3;
}
</style>