Shades of Razzle Dazzle Rose #FF4CDB
Tints of Razzle Dazzle Rose #FF4CDB
RGB
CMYK
RGB Variations
Color information
#FF4CDB (or 0xFF4CDB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4C and DB. RGB value is (255,76,219). Sum of RGB (Red+Green+Blue) = 255+76+219=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 76 (30.08% from 255 or 13.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4CDB is #00B324. Grayscale: #919191. Windows color (decimal): -45861 or 14372095. OLE color: 14372095.
HSL color Cylindrical-coordinate representation of color #FF4CDB: hue angle of 312.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4CDB is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 219 | - |
| CMYK | 0 | 0.70 | 0.14 | 0 |
| HSL | 312.07º | 1% | 0.65% | - |
| HSV(B) | 312.07º | 0.7% | 1% | - |
| XYZ | 56.61 | 31.54 | 70.12 | - |
| YUV | 145.82 | 169.3 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 219 | 0 | 0.70 | 0.14 | 0 | 312.07 | 1 | 0.65 |
| Hex | FF | 4C | DB | 0 | 46 | E | 0 | 138 | 64 | 41 |
| Octal | 377 | 114 | 333 | 0 | 106 | 16 | 0 | 470 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11011011 | 0 | 1000110 | 1110 | 0 | 100111000 | 1100100 | 1000001 |
Color Harmonies of #FF4CDB
Complementary color
Monochromatic Colors of #FF4CDB
Black with #FF4CDB
Text Example
Text Example
White with #FF4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CDB; }
p { color: rgb(255,76,219); }
H1.HeaderClassName
{
color: #FF4CDB;
}
.AnyTagClassName
{
color: #FF4CDB;
}
</style>
background-color css
<style>
a { background-color: #FF4CDB; }
a { background-color: rgb(255,76,219); }
div.DivClassName
{
background-color: #FF4CDB;
}
.BgClassName
{
background-color: #FF4CDB;
}
</style>
border-color css
<style>
span { border-color: #FF4CDB; }
span { border-color: rgb(255,76,219); }
td.TdClassName
{
border-color: #FF4CDB;
}
.TagClassName
{
border-color: #FF4CDB;
}
</style>