Shades of Fuchsia #D15ABD
Tints of Fuchsia #D15ABD
RGB
CMYK
RGB Variations
Color information
#D15ABD (or 0xD15ABD) is known color: Fuchsia. HEX triplet: D1, 5A and BD. RGB value is (209,90,189). Sum of RGB (Red+Green+Blue) = 209+90+189=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D15ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ABD is #2EA542. Grayscale: #888888. Windows color (decimal): -3056963 or 12409553. OLE color: 12409553.
HSL color Cylindrical-coordinate representation of color #D15ABD: hue angle of 310.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 #D15ABD is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 189 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.18 |
| HSL | 310.08º | 0.56% | 0.59% | - |
| HSV(B) | 310.08º | 0.57% | 0.82% | - |
| XYZ | 39.14 | 24.54 | 50.82 | - |
| YUV | 136.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 189 | 0 | 0.57 | 0.10 | 0.18 | 310.08 | 0.56 | 0.59 |
| Hex | D1 | 5A | BD | 0 | 39 | A | 12 | 136 | 38 | 3B |
| Octal | 321 | 132 | 275 | 0 | 71 | 12 | 22 | 466 | 70 | 73 |
| Binary | 11010001 | 1011010 | 10111101 | 0 | 111001 | 1010 | 10010 | 100110110 | 111000 | 111011 |
Color Harmonies of #D15ABD
Complementary color
Monochromatic Colors of #D15ABD
Black with #D15ABD
Text Example
Text Example
White with #D15ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15ABD; }
p { color: rgb(209,90,189); }
H1.HeaderClassName
{
color: #D15ABD;
}
.AnyTagClassName
{
color: #D15ABD;
}
</style>
background-color css
<style>
a { background-color: #D15ABD; }
a { background-color: rgb(209,90,189); }
div.DivClassName
{
background-color: #D15ABD;
}
.BgClassName
{
background-color: #D15ABD;
}
</style>
border-color css
<style>
span { border-color: #D15ABD; }
span { border-color: rgb(209,90,189); }
td.TdClassName
{
border-color: #D15ABD;
}
.TagClassName
{
border-color: #D15ABD;
}
</style>