Shades of Illusion #FF9DB1
Tints of Illusion #FF9DB1
RGB
CMYK
RGB Variations
Color information
#FF9DB1 (or 0xFF9DB1) is known color: Illusion. HEX triplet: FF, 9D and B1. RGB value is (255,157,177). Sum of RGB (Red+Green+Blue) = 255+157+177=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9DB1 is #00624E. Grayscale: #BCBCBC. Windows color (decimal): -25167 or 11640319. OLE color: 11640319.
HSL color Cylindrical-coordinate representation of color #FF9DB1: hue angle of 347.76º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DB1 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 177 | - |
| CMYK | 0 | 0.38 | 0.31 | 0 |
| HSL | 347.76º | 1% | 0.81% | - |
| HSV(B) | 347.76º | 0.38% | 1% | - |
| XYZ | 61.23 | 48.55 | 47.74 | - |
| YUV | 188.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 177 | 0 | 0.38 | 0.31 | 0 | 347.76 | 1 | 0.81 |
| Hex | FF | 9D | B1 | 0 | 26 | 1F | 0 | 15C | 64 | 51 |
| Octal | 377 | 235 | 261 | 0 | 46 | 37 | 0 | 534 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10110001 | 0 | 100110 | 11111 | 0 | 101011100 | 1100100 | 1010001 |
Color Harmonies of #FF9DB1
Complementary color
Monochromatic Colors of #FF9DB1
Black with #FF9DB1
Text Example
Text Example
White with #FF9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DB1; }
p { color: rgb(255,157,177); }
H1.HeaderClassName
{
color: #FF9DB1;
}
.AnyTagClassName
{
color: #FF9DB1;
}
</style>
background-color css
<style>
a { background-color: #FF9DB1; }
a { background-color: rgb(255,157,177); }
div.DivClassName
{
background-color: #FF9DB1;
}
.BgClassName
{
background-color: #FF9DB1;
}
</style>
border-color css
<style>
span { border-color: #FF9DB1; }
span { border-color: rgb(255,157,177); }
td.TdClassName
{
border-color: #FF9DB1;
}
.TagClassName
{
border-color: #FF9DB1;
}
</style>