Shades of Illusion #FF9DB4
Tints of Illusion #FF9DB4
RGB
CMYK
RGB Variations
Color information
#FF9DB4 (or 0xFF9DB4) is known color: Illusion. HEX triplet: FF, 9D and B4. RGB value is (255,157,180). Sum of RGB (Red+Green+Blue) = 255+157+180=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DB4 is #00624B. Grayscale: #BCBCBC. Windows color (decimal): -25164 or 11836927. OLE color: 11836927.
HSL color Cylindrical-coordinate representation of color #FF9DB4: hue angle of 345.92º 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 #FF9DB4 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 180 | - |
| CMYK | 0 | 0.38 | 0.29 | 0 |
| HSL | 345.92º | 1% | 0.81% | - |
| HSV(B) | 345.92º | 0.38% | 1% | - |
| XYZ | 61.54 | 48.67 | 49.33 | - |
| YUV | 188.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 180 | 0 | 0.38 | 0.29 | 0 | 345.92 | 1 | 0.81 |
| Hex | FF | 9D | B4 | 0 | 26 | 1D | 0 | 15A | 64 | 51 |
| Octal | 377 | 235 | 264 | 0 | 46 | 35 | 0 | 532 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10110100 | 0 | 100110 | 11101 | 0 | 101011010 | 1100100 | 1010001 |
Color Harmonies of #FF9DB4
Complementary color
Monochromatic Colors of #FF9DB4
Black with #FF9DB4
Text Example
Text Example
White with #FF9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DB4; }
p { color: rgb(255,157,180); }
H1.HeaderClassName
{
color: #FF9DB4;
}
.AnyTagClassName
{
color: #FF9DB4;
}
</style>
background-color css
<style>
a { background-color: #FF9DB4; }
a { background-color: rgb(255,157,180); }
div.DivClassName
{
background-color: #FF9DB4;
}
.BgClassName
{
background-color: #FF9DB4;
}
</style>
border-color css
<style>
span { border-color: #FF9DB4; }
span { border-color: rgb(255,157,180); }
td.TdClassName
{
border-color: #FF9DB4;
}
.TagClassName
{
border-color: #FF9DB4;
}
</style>