Shades of Razzle Dazzle Rose #FC33DB
Tints of Razzle Dazzle Rose #FC33DB
RGB
CMYK
RGB Variations
Color information
#FC33DB (or 0xFC33DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 33 and DB. RGB value is (252,51,219). Sum of RGB (Red+Green+Blue) = 252+51+219=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 51 (20.31% from 255 or 9.77% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC33DB is #03CC24. Grayscale: #818181. Windows color (decimal): -248869 or 14365692. OLE color: 14365692.
HSL color Cylindrical-coordinate representation of color #FC33DB: hue angle of 309.85º degrees, saturation: 0.97, 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 #FC33DB is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 51 | 219 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.01 |
| HSL | 309.85º | 0.97% | 0.59% | - |
| HSV(B) | 309.85º | 0.8% | 0.99% | - |
| XYZ | 54.11 | 28.18 | 69.6 | - |
| YUV | 130.25 | 178.09 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 51 | 219 | 0 | 0.80 | 0.13 | 0.01 | 309.85 | 0.97 | 0.59 |
| Hex | FC | 33 | DB | 0 | 50 | D | 1 | 136 | 61 | 3B |
| Octal | 374 | 63 | 333 | 0 | 120 | 15 | 1 | 466 | 141 | 73 |
| Binary | 11111100 | 110011 | 11011011 | 0 | 1010000 | 1101 | 1 | 100110110 | 1100001 | 111011 |
Color Harmonies of #FC33DB
Complementary color
Monochromatic Colors of #FC33DB
Black with #FC33DB
Text Example
Text Example
White with #FC33DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC33DB; }
p { color: rgb(252,51,219); }
H1.HeaderClassName
{
color: #FC33DB;
}
.AnyTagClassName
{
color: #FC33DB;
}
</style>
background-color css
<style>
a { background-color: #FC33DB; }
a { background-color: rgb(252,51,219); }
div.DivClassName
{
background-color: #FC33DB;
}
.BgClassName
{
background-color: #FC33DB;
}
</style>
border-color css
<style>
span { border-color: #FC33DB; }
span { border-color: rgb(252,51,219); }
td.TdClassName
{
border-color: #FC33DB;
}
.TagClassName
{
border-color: #FC33DB;
}
</style>