Shades of Razzle Dazzle Rose #FD33DF
Tints of Razzle Dazzle Rose #FD33DF
RGB
CMYK
RGB Variations
Color information
#FD33DF (or 0xFD33DF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 33 and DF. RGB value is (253,51,223). Sum of RGB (Red+Green+Blue) = 253+51+223=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 51 (20.31% from 255 or 9.68% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD33DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD33DF is #02CC20. Grayscale: #828282. Windows color (decimal): -183329 or 14627837. OLE color: 14627837.
HSL color Cylindrical-coordinate representation of color #FD33DF: hue angle of 308.91º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD33DF is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 223 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.01 |
| HSL | 308.91º | 0.98% | 0.6% | - |
| HSV(B) | 308.91º | 0.8% | 0.99% | - |
| XYZ | 55.01 | 28.58 | 72.43 | - |
| YUV | 131.01 | 179.92 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 223 | 0 | 0.80 | 0.12 | 0.01 | 308.91 | 0.98 | 0.6 |
| Hex | FD | 33 | DF | 0 | 50 | C | 1 | 135 | 62 | 3C |
| Octal | 375 | 63 | 337 | 0 | 120 | 14 | 1 | 465 | 142 | 74 |
| Binary | 11111101 | 110011 | 11011111 | 0 | 1010000 | 1100 | 1 | 100110101 | 1100010 | 111100 |
Color Harmonies of #FD33DF
Complementary color
Monochromatic Colors of #FD33DF
Black with #FD33DF
Text Example
Text Example
White with #FD33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD33DF; }
p { color: rgb(253,51,223); }
H1.HeaderClassName
{
color: #FD33DF;
}
.AnyTagClassName
{
color: #FD33DF;
}
</style>
background-color css
<style>
a { background-color: #FD33DF; }
a { background-color: rgb(253,51,223); }
div.DivClassName
{
background-color: #FD33DF;
}
.BgClassName
{
background-color: #FD33DF;
}
</style>
border-color css
<style>
span { border-color: #FD33DF; }
span { border-color: rgb(253,51,223); }
td.TdClassName
{
border-color: #FD33DF;
}
.TagClassName
{
border-color: #FD33DF;
}
</style>