Shades of Fuchsia #D15BC1
Tints of Fuchsia #D15BC1
RGB
CMYK
RGB Variations
Color information
#D15BC1 (or 0xD15BC1) is known color: Fuchsia. HEX triplet: D1, 5B and C1. RGB value is (209,91,193). Sum of RGB (Red+Green+Blue) = 209+91+193=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BC1 is #2EA43E. Grayscale: #898989. Windows color (decimal): -3056703 or 12671953. OLE color: 12671953.
HSL color Cylindrical-coordinate representation of color #D15BC1: hue angle of 308.14º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15BC1 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 193 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.18 |
| HSL | 308.14º | 0.56% | 0.59% | - |
| HSV(B) | 308.14º | 0.56% | 0.82% | - |
| XYZ | 39.66 | 24.89 | 53.17 | - |
| YUV | 137.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 193 | 0 | 0.56 | 0.08 | 0.18 | 308.14 | 0.56 | 0.59 |
| Hex | D1 | 5B | C1 | 0 | 38 | 8 | 12 | 134 | 38 | 3B |
| Octal | 321 | 133 | 301 | 0 | 70 | 10 | 22 | 464 | 70 | 73 |
| Binary | 11010001 | 1011011 | 11000001 | 0 | 111000 | 1000 | 10010 | 100110100 | 111000 | 111011 |
Color Harmonies of #D15BC1
Complementary color
Monochromatic Colors of #D15BC1
Black with #D15BC1
Text Example
Text Example
White with #D15BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BC1; }
p { color: rgb(209,91,193); }
H1.HeaderClassName
{
color: #D15BC1;
}
.AnyTagClassName
{
color: #D15BC1;
}
</style>
background-color css
<style>
a { background-color: #D15BC1; }
a { background-color: rgb(209,91,193); }
div.DivClassName
{
background-color: #D15BC1;
}
.BgClassName
{
background-color: #D15BC1;
}
</style>
border-color css
<style>
span { border-color: #D15BC1; }
span { border-color: rgb(209,91,193); }
td.TdClassName
{
border-color: #D15BC1;
}
.TagClassName
{
border-color: #D15BC1;
}
</style>