Shades of Illusion #FF8DB2
Tints of Illusion #FF8DB2
RGB
CMYK
RGB Variations
Color information
#FF8DB2 (or 0xFF8DB2) is known color: Illusion. HEX triplet: FF, 8D and B2. RGB value is (255,141,178). Sum of RGB (Red+Green+Blue) = 255+141+178=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8DB2 is #00724D. Grayscale: #B3B3B3. Windows color (decimal): -29262 or 11701759. OLE color: 11701759.
HSL color Cylindrical-coordinate representation of color #FF8DB2: hue angle of 340.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DB2 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 178 | - |
| CMYK | 0 | 0.45 | 0.30 | 0 |
| HSL | 340.53º | 1% | 0.78% | - |
| HSV(B) | 340.53º | 0.45% | 1% | - |
| XYZ | 58.8 | 43.52 | 47.42 | - |
| YUV | 179.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 178 | 0 | 0.45 | 0.30 | 0 | 340.53 | 1 | 0.78 |
| Hex | FF | 8D | B2 | 0 | 2D | 1E | 0 | 155 | 64 | 4E |
| Octal | 377 | 215 | 262 | 0 | 55 | 36 | 0 | 525 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10110010 | 0 | 101101 | 11110 | 0 | 101010101 | 1100100 | 1001110 |
Color Harmonies of #FF8DB2
Complementary color
Monochromatic Colors of #FF8DB2
Black with #FF8DB2
Text Example
Text Example
White with #FF8DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DB2; }
p { color: rgb(255,141,178); }
H1.HeaderClassName
{
color: #FF8DB2;
}
.AnyTagClassName
{
color: #FF8DB2;
}
</style>
background-color css
<style>
a { background-color: #FF8DB2; }
a { background-color: rgb(255,141,178); }
div.DivClassName
{
background-color: #FF8DB2;
}
.BgClassName
{
background-color: #FF8DB2;
}
</style>
border-color css
<style>
span { border-color: #FF8DB2; }
span { border-color: rgb(255,141,178); }
td.TdClassName
{
border-color: #FF8DB2;
}
.TagClassName
{
border-color: #FF8DB2;
}
</style>