Shades of Razzle Dazzle Rose #FF4DDB
Tints of Razzle Dazzle Rose #FF4DDB
RGB
CMYK
RGB Variations
Color information
#FF4DDB (or 0xFF4DDB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and DB. RGB value is (255,77,219). Sum of RGB (Red+Green+Blue) = 255+77+219=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DDB is #00B224. Grayscale: #929292. Windows color (decimal): -45605 or 14372351. OLE color: 14372351.
HSL color Cylindrical-coordinate representation of color #FF4DDB: hue angle of 312.13º 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 #FF4DDB is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 219 | - |
| CMYK | 0 | 0.70 | 0.14 | 0 |
| HSL | 312.13º | 1% | 0.65% | - |
| HSV(B) | 312.13º | 0.7% | 1% | - |
| XYZ | 56.68 | 31.68 | 70.15 | - |
| YUV | 146.41 | 168.97 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 219 | 0 | 0.70 | 0.14 | 0 | 312.13 | 1 | 0.65 |
| Hex | FF | 4D | DB | 0 | 46 | E | 0 | 138 | 64 | 41 |
| Octal | 377 | 115 | 333 | 0 | 106 | 16 | 0 | 470 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11011011 | 0 | 1000110 | 1110 | 0 | 100111000 | 1100100 | 1000001 |
Color Harmonies of #FF4DDB
Complementary color
Monochromatic Colors of #FF4DDB
Black with #FF4DDB
Text Example
Text Example
White with #FF4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DDB; }
p { color: rgb(255,77,219); }
H1.HeaderClassName
{
color: #FF4DDB;
}
.AnyTagClassName
{
color: #FF4DDB;
}
</style>
background-color css
<style>
a { background-color: #FF4DDB; }
a { background-color: rgb(255,77,219); }
div.DivClassName
{
background-color: #FF4DDB;
}
.BgClassName
{
background-color: #FF4DDB;
}
</style>
border-color css
<style>
span { border-color: #FF4DDB; }
span { border-color: rgb(255,77,219); }
td.TdClassName
{
border-color: #FF4DDB;
}
.TagClassName
{
border-color: #FF4DDB;
}
</style>