Shades of Brilliant Rose #FD4DB5
Tints of Brilliant Rose #FD4DB5
RGB
CMYK
RGB Variations
Color information
#FD4DB5 (or 0xFD4DB5) is known color: Brilliant Rose. HEX triplet: FD, 4D and B5. RGB value is (253,77,181). Sum of RGB (Red+Green+Blue) = 253+77+181=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4DB5 is #02B24A. Grayscale: #8D8D8D. Windows color (decimal): -176715 or 11881981. OLE color: 11881981.
HSL color Cylindrical-coordinate representation of color #FD4DB5: hue angle of 324.55º 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 #FD4DB5 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 77 | 181 | - |
CMYK | 0 | 0.70 | 0.28 | 0.01 |
HSL | 324.55º | 0.98% | 0.65% | - |
HSV(B) | 324.55º | 0.7% | 0.99% | - |
XYZ | 51.5 | 29.53 | 46.7 | - |
YUV | 141.48 | 150.31 | 207.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 77 | 181 | 0 | 0.70 | 0.28 | 0.01 | 324.55 | 0.98 | 0.65 |
Hex | FD | 4D | B5 | 0 | 46 | 1C | 1 | 145 | 62 | 41 |
Octal | 375 | 115 | 265 | 0 | 106 | 34 | 1 | 505 | 142 | 101 |
Binary | 11111101 | 1001101 | 10110101 | 0 | 1000110 | 11100 | 1 | 101000101 | 1100010 | 1000001 |
Color Harmonies of #FD4DB5
Complementary color
Monochromatic Colors of #FD4DB5
Black with #FD4DB5
Text Example
Text Example
White with #FD4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4DB5; }
p { color: rgb(253,77,181); }
H1.HeaderClassName
{
color: #FD4DB5;
}
.AnyTagClassName
{
color: #FD4DB5;
}
</style>
background-color css
<style>
a { background-color: #FD4DB5; }
a { background-color: rgb(253,77,181); }
div.DivClassName
{
background-color: #FD4DB5;
}
.BgClassName
{
background-color: #FD4DB5;
}
</style>
border-color css
<style>
span { border-color: #FD4DB5; }
span { border-color: rgb(253,77,181); }
td.TdClassName
{
border-color: #FD4DB5;
}
.TagClassName
{
border-color: #FD4DB5;
}
</style>