Shades of Fuchsia #D15FB6
Tints of Fuchsia #D15FB6
RGB
CMYK
RGB Variations
Color information
#D15FB6 (or 0xD15FB6) is known color: Fuchsia. HEX triplet: D1, 5F and B6. RGB value is (209,95,182). Sum of RGB (Red+Green+Blue) = 209+95+182=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FB6 is #2EA049. Grayscale: #8A8A8A. Windows color (decimal): -3055690 or 11952081. OLE color: 11952081.
HSL color Cylindrical-coordinate representation of color #D15FB6: hue angle of 314.21º 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 #D15FB6 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 182 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.18 |
| HSL | 314.21º | 0.55% | 0.6% | - |
| HSV(B) | 314.21º | 0.55% | 0.82% | - |
| XYZ | 38.83 | 25.12 | 47.06 | - |
| YUV | 139 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 182 | 0 | 0.55 | 0.13 | 0.18 | 314.21 | 0.55 | 0.6 |
| Hex | D1 | 5F | B6 | 0 | 37 | D | 12 | 13A | 37 | 3C |
| Octal | 321 | 137 | 266 | 0 | 67 | 15 | 22 | 472 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10110110 | 0 | 110111 | 1101 | 10010 | 100111010 | 110111 | 111100 |
Color Harmonies of #D15FB6
Complementary color
Monochromatic Colors of #D15FB6
Black with #D15FB6
Text Example
Text Example
White with #D15FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FB6; }
p { color: rgb(209,95,182); }
H1.HeaderClassName
{
color: #D15FB6;
}
.AnyTagClassName
{
color: #D15FB6;
}
</style>
background-color css
<style>
a { background-color: #D15FB6; }
a { background-color: rgb(209,95,182); }
div.DivClassName
{
background-color: #D15FB6;
}
.BgClassName
{
background-color: #D15FB6;
}
</style>
border-color css
<style>
span { border-color: #D15FB6; }
span { border-color: rgb(209,95,182); }
td.TdClassName
{
border-color: #D15FB6;
}
.TagClassName
{
border-color: #D15FB6;
}
</style>