Shades of Brilliant Rose #FF4DBD
Tints of Brilliant Rose #FF4DBD
RGB
CMYK
RGB Variations
Color information
#FF4DBD (or 0xFF4DBD) is known color: Brilliant Rose. HEX triplet: FF, 4D and BD. RGB value is (255,77,189). Sum of RGB (Red+Green+Blue) = 255+77+189=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DBD is #00B242. Grayscale: #8E8E8E. Windows color (decimal): -45635 or 12406271. OLE color: 12406271.
HSL color Cylindrical-coordinate representation of color #FF4DBD: hue angle of 322.25º 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 #FF4DBD is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 189 | - |
| CMYK | 0 | 0.70 | 0.26 | 0 |
| HSL | 322.25º | 1% | 0.65% | - |
| HSV(B) | 322.25º | 0.7% | 1% | - |
| XYZ | 53.08 | 30.24 | 51.18 | - |
| YUV | 142.99 | 153.97 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 189 | 0 | 0.70 | 0.26 | 0 | 322.25 | 1 | 0.65 |
| Hex | FF | 4D | BD | 0 | 46 | 1A | 0 | 142 | 64 | 41 |
| Octal | 377 | 115 | 275 | 0 | 106 | 32 | 0 | 502 | 144 | 101 |
| Binary | 11111111 | 1001101 | 10111101 | 0 | 1000110 | 11010 | 0 | 101000010 | 1100100 | 1000001 |
Color Harmonies of #FF4DBD
Complementary color
Monochromatic Colors of #FF4DBD
Black with #FF4DBD
Text Example
Text Example
White with #FF4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DBD; }
p { color: rgb(255,77,189); }
H1.HeaderClassName
{
color: #FF4DBD;
}
.AnyTagClassName
{
color: #FF4DBD;
}
</style>
background-color css
<style>
a { background-color: #FF4DBD; }
a { background-color: rgb(255,77,189); }
div.DivClassName
{
background-color: #FF4DBD;
}
.BgClassName
{
background-color: #FF4DBD;
}
</style>
border-color css
<style>
span { border-color: #FF4DBD; }
span { border-color: rgb(255,77,189); }
td.TdClassName
{
border-color: #FF4DBD;
}
.TagClassName
{
border-color: #FF4DBD;
}
</style>