Shades of Brilliant Rose #FD4DB1
Tints of Brilliant Rose #FD4DB1
RGB
CMYK
RGB Variations
Color information
#FD4DB1 (or 0xFD4DB1) is known color: Brilliant Rose. HEX triplet: FD, 4D and B1. RGB value is (253,77,177). Sum of RGB (Red+Green+Blue) = 253+77+177=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4DB1 is #02B24E. Grayscale: #8C8C8C. Windows color (decimal): -176719 or 11619837. OLE color: 11619837.
HSL color Cylindrical-coordinate representation of color #FD4DB1: hue angle of 325.91º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4DB1 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 177 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.01 |
| HSL | 325.91º | 0.98% | 0.65% | - |
| HSV(B) | 325.91º | 0.7% | 0.99% | - |
| XYZ | 51.1 | 29.36 | 44.57 | - |
| YUV | 141.02 | 148.31 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 177 | 0 | 0.70 | 0.30 | 0.01 | 325.91 | 0.98 | 0.65 |
| Hex | FD | 4D | B1 | 0 | 46 | 1E | 1 | 146 | 62 | 41 |
| Octal | 375 | 115 | 261 | 0 | 106 | 36 | 1 | 506 | 142 | 101 |
| Binary | 11111101 | 1001101 | 10110001 | 0 | 1000110 | 11110 | 1 | 101000110 | 1100010 | 1000001 |
Color Harmonies of #FD4DB1
Complementary color
Monochromatic Colors of #FD4DB1
Black with #FD4DB1
Text Example
Text Example
White with #FD4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4DB1; }
p { color: rgb(253,77,177); }
H1.HeaderClassName
{
color: #FD4DB1;
}
.AnyTagClassName
{
color: #FD4DB1;
}
</style>
background-color css
<style>
a { background-color: #FD4DB1; }
a { background-color: rgb(253,77,177); }
div.DivClassName
{
background-color: #FD4DB1;
}
.BgClassName
{
background-color: #FD4DB1;
}
</style>
border-color css
<style>
span { border-color: #FD4DB1; }
span { border-color: rgb(253,77,177); }
td.TdClassName
{
border-color: #FD4DB1;
}
.TagClassName
{
border-color: #FD4DB1;
}
</style>