Shades of Razzle Dazzle Rose #FF4DD1
Tints of Razzle Dazzle Rose #FF4DD1
RGB
CMYK
RGB Variations
Color information
#FF4DD1 (or 0xFF4DD1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and D1. RGB value is (255,77,209). Sum of RGB (Red+Green+Blue) = 255+77+209=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 77 (30.47% from 255 or 14.23% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DD1 is #00B22E. Grayscale: #909090. Windows color (decimal): -45615 or 13716991. OLE color: 13716991.
HSL color Cylindrical-coordinate representation of color #FF4DD1: hue angle of 315.51º 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 #FF4DD1 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 209 | - |
| CMYK | 0 | 0.70 | 0.18 | 0 |
| HSL | 315.51º | 1% | 0.65% | - |
| HSV(B) | 315.51º | 0.7% | 1% | - |
| XYZ | 55.4 | 31.17 | 63.42 | - |
| YUV | 145.27 | 163.97 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 209 | 0 | 0.70 | 0.18 | 0 | 315.51 | 1 | 0.65 |
| Hex | FF | 4D | D1 | 0 | 46 | 12 | 0 | 13C | 64 | 41 |
| Octal | 377 | 115 | 321 | 0 | 106 | 22 | 0 | 474 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11010001 | 0 | 1000110 | 10010 | 0 | 100111100 | 1100100 | 1000001 |
Color Harmonies of #FF4DD1
Complementary color
Monochromatic Colors of #FF4DD1
Black with #FF4DD1
Text Example
Text Example
White with #FF4DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DD1; }
p { color: rgb(255,77,209); }
H1.HeaderClassName
{
color: #FF4DD1;
}
.AnyTagClassName
{
color: #FF4DD1;
}
</style>
background-color css
<style>
a { background-color: #FF4DD1; }
a { background-color: rgb(255,77,209); }
div.DivClassName
{
background-color: #FF4DD1;
}
.BgClassName
{
background-color: #FF4DD1;
}
</style>
border-color css
<style>
span { border-color: #FF4DD1; }
span { border-color: rgb(255,77,209); }
td.TdClassName
{
border-color: #FF4DD1;
}
.TagClassName
{
border-color: #FF4DD1;
}
</style>