Shades of Illusion #FF9DB7
Tints of Illusion #FF9DB7
RGB
CMYK
RGB Variations
Color information
#FF9DB7 (or 0xFF9DB7) is known color: Illusion. HEX triplet: FF, 9D and B7. RGB value is (255,157,183). Sum of RGB (Red+Green+Blue) = 255+157+183=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DB7 is #006248. Grayscale: #BDBDBD. Windows color (decimal): -25161 or 12033535. OLE color: 12033535.
HSL color Cylindrical-coordinate representation of color #FF9DB7: hue angle of 344.08º 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 #FF9DB7 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 183 | - |
| CMYK | 0 | 0.38 | 0.28 | 0 |
| HSL | 344.08º | 1% | 0.81% | - |
| HSV(B) | 344.08º | 0.38% | 1% | - |
| XYZ | 61.84 | 48.79 | 50.96 | - |
| YUV | 189.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 183 | 0 | 0.38 | 0.28 | 0 | 344.08 | 1 | 0.81 |
| Hex | FF | 9D | B7 | 0 | 26 | 1C | 0 | 158 | 64 | 51 |
| Octal | 377 | 235 | 267 | 0 | 46 | 34 | 0 | 530 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10110111 | 0 | 100110 | 11100 | 0 | 101011000 | 1100100 | 1010001 |
Color Harmonies of #FF9DB7
Complementary color
Monochromatic Colors of #FF9DB7
Black with #FF9DB7
Text Example
Text Example
White with #FF9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DB7; }
p { color: rgb(255,157,183); }
H1.HeaderClassName
{
color: #FF9DB7;
}
.AnyTagClassName
{
color: #FF9DB7;
}
</style>
background-color css
<style>
a { background-color: #FF9DB7; }
a { background-color: rgb(255,157,183); }
div.DivClassName
{
background-color: #FF9DB7;
}
.BgClassName
{
background-color: #FF9DB7;
}
</style>
border-color css
<style>
span { border-color: #FF9DB7; }
span { border-color: rgb(255,157,183); }
td.TdClassName
{
border-color: #FF9DB7;
}
.TagClassName
{
border-color: #FF9DB7;
}
</style>