Shades of Razzle Dazzle Rose #FB33DD
Tints of Razzle Dazzle Rose #FB33DD
RGB
CMYK
RGB Variations
Color information
#FB33DD (or 0xFB33DD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 33 and DD. RGB value is (251,51,221). Sum of RGB (Red+Green+Blue) = 251+51+221=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 51 (20.31% from 255 or 9.75% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FB33DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB33DD is #04CC22. Grayscale: #818181. Windows color (decimal): -314403 or 14496763. OLE color: 14496763.
HSL color Cylindrical-coordinate representation of color #FB33DD: hue angle of 309º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB33DD is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 221 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.02 |
| HSL | 309º | 0.96% | 0.59% | - |
| HSV(B) | 309º | 0.8% | 0.98% | - |
| XYZ | 54.02 | 28.1 | 70.98 | - |
| YUV | 130.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 221 | 0 | 0.80 | 0.12 | 0.02 | 309 | 0.96 | 0.59 |
| Hex | FB | 33 | DD | 0 | 50 | C | 2 | 135 | 60 | 3B |
| Octal | 373 | 63 | 335 | 0 | 120 | 14 | 2 | 465 | 140 | 73 |
| Binary | 11111011 | 110011 | 11011101 | 0 | 1010000 | 1100 | 10 | 100110101 | 1100000 | 111011 |
Color Harmonies of #FB33DD
Complementary color
Monochromatic Colors of #FB33DD
Black with #FB33DD
Text Example
Text Example
White with #FB33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB33DD; }
p { color: rgb(251,51,221); }
H1.HeaderClassName
{
color: #FB33DD;
}
.AnyTagClassName
{
color: #FB33DD;
}
</style>
background-color css
<style>
a { background-color: #FB33DD; }
a { background-color: rgb(251,51,221); }
div.DivClassName
{
background-color: #FB33DD;
}
.BgClassName
{
background-color: #FB33DD;
}
</style>
border-color css
<style>
span { border-color: #FB33DD; }
span { border-color: rgb(251,51,221); }
td.TdClassName
{
border-color: #FB33DD;
}
.TagClassName
{
border-color: #FB33DD;
}
</style>