Shades of Razzle Dazzle Rose #FF4DDF
Tints of Razzle Dazzle Rose #FF4DDF
RGB
CMYK
RGB Variations
Color information
#FF4DDF (or 0xFF4DDF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and DF. RGB value is (255,77,223). Sum of RGB (Red+Green+Blue) = 255+77+223=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 77 (30.47% from 255 or 13.87% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DDF is #00B220. Grayscale: #929292. Windows color (decimal): -45601 or 14634495. OLE color: 14634495.
HSL color Cylindrical-coordinate representation of color #FF4DDF: hue angle of 310.79º 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 #FF4DDF is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 223 | - |
| CMYK | 0 | 0.70 | 0.13 | 0 |
| HSL | 310.79º | 1% | 0.65% | - |
| HSV(B) | 310.79º | 0.7% | 1% | - |
| XYZ | 57.21 | 31.9 | 72.95 | - |
| YUV | 146.87 | 170.97 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 223 | 0 | 0.70 | 0.13 | 0 | 310.79 | 1 | 0.65 |
| Hex | FF | 4D | DF | 0 | 46 | D | 0 | 137 | 64 | 41 |
| Octal | 377 | 115 | 337 | 0 | 106 | 15 | 0 | 467 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11011111 | 0 | 1000110 | 1101 | 0 | 100110111 | 1100100 | 1000001 |
Color Harmonies of #FF4DDF
Complementary color
Monochromatic Colors of #FF4DDF
Black with #FF4DDF
Text Example
Text Example
White with #FF4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DDF; }
p { color: rgb(255,77,223); }
H1.HeaderClassName
{
color: #FF4DDF;
}
.AnyTagClassName
{
color: #FF4DDF;
}
</style>
background-color css
<style>
a { background-color: #FF4DDF; }
a { background-color: rgb(255,77,223); }
div.DivClassName
{
background-color: #FF4DDF;
}
.BgClassName
{
background-color: #FF4DDF;
}
</style>
border-color css
<style>
span { border-color: #FF4DDF; }
span { border-color: rgb(255,77,223); }
td.TdClassName
{
border-color: #FF4DDF;
}
.TagClassName
{
border-color: #FF4DDF;
}
</style>