Shades of Razzle Dazzle Rose #FC34DB
Tints of Razzle Dazzle Rose #FC34DB
RGB
CMYK
RGB Variations
Color information
#FC34DB (or 0xFC34DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 34 and DB. RGB value is (252,52,219). Sum of RGB (Red+Green+Blue) = 252+52+219=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 52 (20.70% from 255 or 9.94% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC34DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC34DB is #03CB24. Grayscale: #828282. Windows color (decimal): -248613 or 14365948. OLE color: 14365948.
HSL color Cylindrical-coordinate representation of color #FC34DB: hue angle of 309.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC34DB is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 219 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.01 |
| HSL | 309.9º | 0.97% | 0.6% | - |
| HSV(B) | 309.9º | 0.79% | 0.99% | - |
| XYZ | 54.16 | 28.27 | 69.62 | - |
| YUV | 130.84 | 177.76 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 219 | 0 | 0.79 | 0.13 | 0.01 | 309.9 | 0.97 | 0.6 |
| Hex | FC | 34 | DB | 0 | 4F | D | 1 | 136 | 61 | 3C |
| Octal | 374 | 64 | 333 | 0 | 117 | 15 | 1 | 466 | 141 | 74 |
| Binary | 11111100 | 110100 | 11011011 | 0 | 1001111 | 1101 | 1 | 100110110 | 1100001 | 111100 |
Color Harmonies of #FC34DB
Complementary color
Monochromatic Colors of #FC34DB
Black with #FC34DB
Text Example
Text Example
White with #FC34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC34DB; }
p { color: rgb(252,52,219); }
H1.HeaderClassName
{
color: #FC34DB;
}
.AnyTagClassName
{
color: #FC34DB;
}
</style>
background-color css
<style>
a { background-color: #FC34DB; }
a { background-color: rgb(252,52,219); }
div.DivClassName
{
background-color: #FC34DB;
}
.BgClassName
{
background-color: #FC34DB;
}
</style>
border-color css
<style>
span { border-color: #FC34DB; }
span { border-color: rgb(252,52,219); }
td.TdClassName
{
border-color: #FC34DB;
}
.TagClassName
{
border-color: #FC34DB;
}
</style>