Shades of Razzle Dazzle Rose #FF32CD
Tints of Razzle Dazzle Rose #FF32CD
RGB
CMYK
RGB Variations
Color information
#FF32CD (or 0xFF32CD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 32 and CD. RGB value is (255,50,205). Sum of RGB (Red+Green+Blue) = 255+50+205=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF32CD is #00CD32. Grayscale: #808080. Windows color (decimal): -52531 or 13447935. OLE color: 13447935.
HSL color Cylindrical-coordinate representation of color #FF32CD: hue angle of 314.63º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF32CD is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 205 | - |
| CMYK | 0 | 0.80 | 0.20 | 0 |
| HSL | 314.63º | 1% | 0.6% | - |
| HSV(B) | 314.63º | 0.8% | 1% | - |
| XYZ | 53.4 | 27.95 | 60.34 | - |
| YUV | 128.97 | 170.92 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 205 | 0 | 0.80 | 0.20 | 0 | 314.63 | 1 | 0.6 |
| Hex | FF | 32 | CD | 0 | 50 | 14 | 0 | 13B | 64 | 3C |
| Octal | 377 | 62 | 315 | 0 | 120 | 24 | 0 | 473 | 144 | 74 |
| Binary | 11111111 | 110010 | 11001101 | 0 | 1010000 | 10100 | 0 | 100111011 | 1100100 | 111100 |
Color Harmonies of #FF32CD
Complementary color
Monochromatic Colors of #FF32CD
Black with #FF32CD
Text Example
Text Example
White with #FF32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF32CD; }
p { color: rgb(255,50,205); }
H1.HeaderClassName
{
color: #FF32CD;
}
.AnyTagClassName
{
color: #FF32CD;
}
</style>
background-color css
<style>
a { background-color: #FF32CD; }
a { background-color: rgb(255,50,205); }
div.DivClassName
{
background-color: #FF32CD;
}
.BgClassName
{
background-color: #FF32CD;
}
</style>
border-color css
<style>
span { border-color: #FF32CD; }
span { border-color: rgb(255,50,205); }
td.TdClassName
{
border-color: #FF32CD;
}
.TagClassName
{
border-color: #FF32CD;
}
</style>