Shades of Razzle Dazzle Rose #FC44DB
Tints of Razzle Dazzle Rose #FC44DB
RGB
CMYK
RGB Variations
Color information
#FC44DB (or 0xFC44DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 44 and DB. RGB value is (252,68,219). Sum of RGB (Red+Green+Blue) = 252+68+219=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 68 (26.95% from 255 or 12.62% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC44DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC44DB is #03BB24. Grayscale: #8B8B8B. Windows color (decimal): -244517 or 14370044. OLE color: 14370044.
HSL color Cylindrical-coordinate representation of color #FC44DB: hue angle of 310.76º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC44DB is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 219 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.01 |
| HSL | 310.76º | 0.97% | 0.63% | - |
| HSV(B) | 310.76º | 0.73% | 0.99% | - |
| XYZ | 55 | 29.94 | 69.9 | - |
| YUV | 140.23 | 172.46 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 219 | 0 | 0.73 | 0.13 | 0.01 | 310.76 | 0.97 | 0.63 |
| Hex | FC | 44 | DB | 0 | 49 | D | 1 | 137 | 61 | 3F |
| Octal | 374 | 104 | 333 | 0 | 111 | 15 | 1 | 467 | 141 | 77 |
| Binary | 11111100 | 1000100 | 11011011 | 0 | 1001001 | 1101 | 1 | 100110111 | 1100001 | 111111 |
Color Harmonies of #FC44DB
Complementary color
Monochromatic Colors of #FC44DB
Black with #FC44DB
Text Example
Text Example
White with #FC44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC44DB; }
p { color: rgb(252,68,219); }
H1.HeaderClassName
{
color: #FC44DB;
}
.AnyTagClassName
{
color: #FC44DB;
}
</style>
background-color css
<style>
a { background-color: #FC44DB; }
a { background-color: rgb(252,68,219); }
div.DivClassName
{
background-color: #FC44DB;
}
.BgClassName
{
background-color: #FC44DB;
}
</style>
border-color css
<style>
span { border-color: #FC44DB; }
span { border-color: rgb(252,68,219); }
td.TdClassName
{
border-color: #FC44DB;
}
.TagClassName
{
border-color: #FC44DB;
}
</style>