Shades of Fuchsia #D15BC0
Tints of Fuchsia #D15BC0
RGB
CMYK
RGB Variations
Color information
#D15BC0 (or 0xD15BC0) is known color: Fuchsia. HEX triplet: D1, 5B and C0. RGB value is (209,91,192). Sum of RGB (Red+Green+Blue) = 209+91+192=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D15BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BC0 is #2EA43F. Grayscale: #898989. Windows color (decimal): -3056704 or 12606417. OLE color: 12606417.
HSL color Cylindrical-coordinate representation of color #D15BC0: hue angle of 308.64º 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 #D15BC0 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 192 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.18 |
| HSL | 308.64º | 0.56% | 0.59% | - |
| HSV(B) | 308.64º | 0.56% | 0.82% | - |
| XYZ | 39.55 | 24.84 | 52.58 | - |
| YUV | 137.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 192 | 0 | 0.56 | 0.08 | 0.18 | 308.64 | 0.56 | 0.59 |
| Hex | D1 | 5B | C0 | 0 | 38 | 8 | 12 | 135 | 38 | 3B |
| Octal | 321 | 133 | 300 | 0 | 70 | 10 | 22 | 465 | 70 | 73 |
| Binary | 11010001 | 1011011 | 11000000 | 0 | 111000 | 1000 | 10010 | 100110101 | 111000 | 111011 |
Color Harmonies of #D15BC0
Complementary color
Monochromatic Colors of #D15BC0
Black with #D15BC0
Text Example
Text Example
White with #D15BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BC0; }
p { color: rgb(209,91,192); }
H1.HeaderClassName
{
color: #D15BC0;
}
.AnyTagClassName
{
color: #D15BC0;
}
</style>
background-color css
<style>
a { background-color: #D15BC0; }
a { background-color: rgb(209,91,192); }
div.DivClassName
{
background-color: #D15BC0;
}
.BgClassName
{
background-color: #D15BC0;
}
</style>
border-color css
<style>
span { border-color: #D15BC0; }
span { border-color: rgb(209,91,192); }
td.TdClassName
{
border-color: #D15BC0;
}
.TagClassName
{
border-color: #D15BC0;
}
</style>