Shades of Fuchsia #D15FB7
Tints of Fuchsia #D15FB7
RGB
CMYK
RGB Variations
Color information
#D15FB7 (or 0xD15FB7) is known color: Fuchsia. HEX triplet: D1, 5F and B7. RGB value is (209,95,183). Sum of RGB (Red+Green+Blue) = 209+95+183=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FB7 is #2EA048. Grayscale: #8A8A8A. Windows color (decimal): -3055689 or 12017617. OLE color: 12017617.
HSL color Cylindrical-coordinate representation of color #D15FB7: hue angle of 313.68º 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 #D15FB7 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 183 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.18 |
| HSL | 313.68º | 0.55% | 0.6% | - |
| HSV(B) | 313.68º | 0.55% | 0.82% | - |
| XYZ | 38.93 | 25.16 | 47.6 | - |
| YUV | 139.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 183 | 0 | 0.55 | 0.12 | 0.18 | 313.68 | 0.55 | 0.6 |
| Hex | D1 | 5F | B7 | 0 | 37 | C | 12 | 13A | 37 | 3C |
| Octal | 321 | 137 | 267 | 0 | 67 | 14 | 22 | 472 | 67 | 74 |
| Binary | 11010001 | 1011111 | 10110111 | 0 | 110111 | 1100 | 10010 | 100111010 | 110111 | 111100 |
Color Harmonies of #D15FB7
Complementary color
Monochromatic Colors of #D15FB7
Black with #D15FB7
Text Example
Text Example
White with #D15FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FB7; }
p { color: rgb(209,95,183); }
H1.HeaderClassName
{
color: #D15FB7;
}
.AnyTagClassName
{
color: #D15FB7;
}
</style>
background-color css
<style>
a { background-color: #D15FB7; }
a { background-color: rgb(209,95,183); }
div.DivClassName
{
background-color: #D15FB7;
}
.BgClassName
{
background-color: #D15FB7;
}
</style>
border-color css
<style>
span { border-color: #D15FB7; }
span { border-color: rgb(209,95,183); }
td.TdClassName
{
border-color: #D15FB7;
}
.TagClassName
{
border-color: #D15FB7;
}
</style>