Shades of Razzle Dazzle Rose #FF4DD0
Tints of Razzle Dazzle Rose #FF4DD0
RGB
CMYK
RGB Variations
Color information
#FF4DD0 (or 0xFF4DD0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and D0. RGB value is (255,77,208). Sum of RGB (Red+Green+Blue) = 255+77+208=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DD0 is #00B22F. Grayscale: #909090. Windows color (decimal): -45616 or 13651455. OLE color: 13651455.
HSL color Cylindrical-coordinate representation of color #FF4DD0: hue angle of 315.84º 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 #FF4DD0 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 208 | - |
| CMYK | 0 | 0.70 | 0.18 | 0 |
| HSL | 315.84º | 1% | 0.65% | - |
| HSV(B) | 315.84º | 0.7% | 1% | - |
| XYZ | 55.28 | 31.12 | 62.77 | - |
| YUV | 145.16 | 163.47 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 208 | 0 | 0.70 | 0.18 | 0 | 315.84 | 1 | 0.65 |
| Hex | FF | 4D | D0 | 0 | 46 | 12 | 0 | 13C | 64 | 41 |
| Octal | 377 | 115 | 320 | 0 | 106 | 22 | 0 | 474 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11010000 | 0 | 1000110 | 10010 | 0 | 100111100 | 1100100 | 1000001 |
Color Harmonies of #FF4DD0
Complementary color
Monochromatic Colors of #FF4DD0
Black with #FF4DD0
Text Example
Text Example
White with #FF4DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DD0; }
p { color: rgb(255,77,208); }
H1.HeaderClassName
{
color: #FF4DD0;
}
.AnyTagClassName
{
color: #FF4DD0;
}
</style>
background-color css
<style>
a { background-color: #FF4DD0; }
a { background-color: rgb(255,77,208); }
div.DivClassName
{
background-color: #FF4DD0;
}
.BgClassName
{
background-color: #FF4DD0;
}
</style>
border-color css
<style>
span { border-color: #FF4DD0; }
span { border-color: rgb(255,77,208); }
td.TdClassName
{
border-color: #FF4DD0;
}
.TagClassName
{
border-color: #FF4DD0;
}
</style>