Shades of Illusion #FF9DB3
Tints of Illusion #FF9DB3
RGB
CMYK
RGB Variations
Color information
#FF9DB3 (or 0xFF9DB3) is known color: Illusion. HEX triplet: FF, 9D and B3. RGB value is (255,157,179). Sum of RGB (Red+Green+Blue) = 255+157+179=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DB3 is #00624C. Grayscale: #BCBCBC. Windows color (decimal): -25165 or 11771391. OLE color: 11771391.
HSL color Cylindrical-coordinate representation of color #FF9DB3: hue angle of 346.53º 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 #FF9DB3 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 179 | - |
| CMYK | 0 | 0.38 | 0.30 | 0 |
| HSL | 346.53º | 1% | 0.81% | - |
| HSV(B) | 346.53º | 0.38% | 1% | - |
| XYZ | 61.43 | 48.63 | 48.8 | - |
| YUV | 188.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 179 | 0 | 0.38 | 0.30 | 0 | 346.53 | 1 | 0.81 |
| Hex | FF | 9D | B3 | 0 | 26 | 1E | 0 | 15B | 64 | 51 |
| Octal | 377 | 235 | 263 | 0 | 46 | 36 | 0 | 533 | 144 | 121 |
| Binary | 11111111 | 10011101 | 10110011 | 0 | 100110 | 11110 | 0 | 101011011 | 1100100 | 1010001 |
Color Harmonies of #FF9DB3
Complementary color
Monochromatic Colors of #FF9DB3
Black with #FF9DB3
Text Example
Text Example
White with #FF9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DB3; }
p { color: rgb(255,157,179); }
H1.HeaderClassName
{
color: #FF9DB3;
}
.AnyTagClassName
{
color: #FF9DB3;
}
</style>
background-color css
<style>
a { background-color: #FF9DB3; }
a { background-color: rgb(255,157,179); }
div.DivClassName
{
background-color: #FF9DB3;
}
.BgClassName
{
background-color: #FF9DB3;
}
</style>
border-color css
<style>
span { border-color: #FF9DB3; }
span { border-color: rgb(255,157,179); }
td.TdClassName
{
border-color: #FF9DB3;
}
.TagClassName
{
border-color: #FF9DB3;
}
</style>