Shades of Fuchsia #D15FC8
Tints of Fuchsia #D15FC8
RGB
CMYK
RGB Variations
Color information
#D15FC8 (or 0xD15FC8) is known color: Fuchsia. HEX triplet: D1, 5F and C8. RGB value is (209,95,200). Sum of RGB (Red+Green+Blue) = 209+95+200=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FC8 is #2EA037. Grayscale: #8C8C8C. Windows color (decimal): -3055672 or 13131729. OLE color: 13131729.
HSL color Cylindrical-coordinate representation of color #D15FC8: hue angle of 304.74º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FC8 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 200 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.18 |
| HSL | 304.74º | 0.55% | 0.6% | - |
| HSV(B) | 304.74º | 0.55% | 0.82% | - |
| XYZ | 40.81 | 25.91 | 57.49 | - |
| YUV | 141.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 200 | 0 | 0.55 | 0.04 | 0.18 | 304.74 | 0.55 | 0.6 |
| Hex | D1 | 5F | C8 | 0 | 37 | 4 | 12 | 131 | 37 | 3C |
| Octal | 321 | 137 | 310 | 0 | 67 | 4 | 22 | 461 | 67 | 74 |
| Binary | 11010001 | 1011111 | 11001000 | 0 | 110111 | 100 | 10010 | 100110001 | 110111 | 111100 |
Color Harmonies of #D15FC8
Complementary color
Monochromatic Colors of #D15FC8
Black with #D15FC8
Text Example
Text Example
White with #D15FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FC8; }
p { color: rgb(209,95,200); }
H1.HeaderClassName
{
color: #D15FC8;
}
.AnyTagClassName
{
color: #D15FC8;
}
</style>
background-color css
<style>
a { background-color: #D15FC8; }
a { background-color: rgb(209,95,200); }
div.DivClassName
{
background-color: #D15FC8;
}
.BgClassName
{
background-color: #D15FC8;
}
</style>
border-color css
<style>
span { border-color: #D15FC8; }
span { border-color: rgb(209,95,200); }
td.TdClassName
{
border-color: #D15FC8;
}
.TagClassName
{
border-color: #D15FC8;
}
</style>