Shades of Fuchsia #D15ABF
Tints of Fuchsia #D15ABF
RGB
CMYK
RGB Variations
Color information
#D15ABF (or 0xD15ABF) is known color: Fuchsia. HEX triplet: D1, 5A and BF. RGB value is (209,90,191). Sum of RGB (Red+Green+Blue) = 209+90+191=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ABF is #2EA540. Grayscale: #888888. Windows color (decimal): -3056961 or 12540625. OLE color: 12540625.
HSL color Cylindrical-coordinate representation of color #D15ABF: hue angle of 309.08º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15ABF is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 191 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.18 |
| HSL | 309.08º | 0.56% | 0.59% | - |
| HSV(B) | 309.08º | 0.57% | 0.82% | - |
| XYZ | 39.35 | 24.63 | 51.97 | - |
| YUV | 137.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 191 | 0 | 0.57 | 0.09 | 0.18 | 309.08 | 0.56 | 0.59 |
| Hex | D1 | 5A | BF | 0 | 39 | 9 | 12 | 135 | 38 | 3B |
| Octal | 321 | 132 | 277 | 0 | 71 | 11 | 22 | 465 | 70 | 73 |
| Binary | 11010001 | 1011010 | 10111111 | 0 | 111001 | 1001 | 10010 | 100110101 | 111000 | 111011 |
Color Harmonies of #D15ABF
Complementary color
Monochromatic Colors of #D15ABF
Black with #D15ABF
Text Example
Text Example
White with #D15ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15ABF; }
p { color: rgb(209,90,191); }
H1.HeaderClassName
{
color: #D15ABF;
}
.AnyTagClassName
{
color: #D15ABF;
}
</style>
background-color css
<style>
a { background-color: #D15ABF; }
a { background-color: rgb(209,90,191); }
div.DivClassName
{
background-color: #D15ABF;
}
.BgClassName
{
background-color: #D15ABF;
}
</style>
border-color css
<style>
span { border-color: #D15ABF; }
span { border-color: rgb(209,90,191); }
td.TdClassName
{
border-color: #D15ABF;
}
.TagClassName
{
border-color: #D15ABF;
}
</style>