Shades of Fuchsia #D15AB7
Tints of Fuchsia #D15AB7
RGB
CMYK
RGB Variations
Color information
#D15AB7 (or 0xD15AB7) is known color: Fuchsia. HEX triplet: D1, 5A and B7. RGB value is (209,90,183). Sum of RGB (Red+Green+Blue) = 209+90+183=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15AB7 is #2EA548. Grayscale: #878787. Windows color (decimal): -3056969 or 12016337. OLE color: 12016337.
HSL color Cylindrical-coordinate representation of color #D15AB7: hue angle of 313.11º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15AB7 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 183 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.18 |
| HSL | 313.11º | 0.56% | 0.59% | - |
| HSV(B) | 313.11º | 0.57% | 0.82% | - |
| XYZ | 38.5 | 24.29 | 47.46 | - |
| YUV | 136.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 183 | 0 | 0.57 | 0.12 | 0.18 | 313.11 | 0.56 | 0.59 |
| Hex | D1 | 5A | B7 | 0 | 39 | C | 12 | 139 | 38 | 3B |
| Octal | 321 | 132 | 267 | 0 | 71 | 14 | 22 | 471 | 70 | 73 |
| Binary | 11010001 | 1011010 | 10110111 | 0 | 111001 | 1100 | 10010 | 100111001 | 111000 | 111011 |
Color Harmonies of #D15AB7
Complementary color
Monochromatic Colors of #D15AB7
Black with #D15AB7
Text Example
Text Example
White with #D15AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15AB7; }
p { color: rgb(209,90,183); }
H1.HeaderClassName
{
color: #D15AB7;
}
.AnyTagClassName
{
color: #D15AB7;
}
</style>
background-color css
<style>
a { background-color: #D15AB7; }
a { background-color: rgb(209,90,183); }
div.DivClassName
{
background-color: #D15AB7;
}
.BgClassName
{
background-color: #D15AB7;
}
</style>
border-color css
<style>
span { border-color: #D15AB7; }
span { border-color: rgb(209,90,183); }
td.TdClassName
{
border-color: #D15AB7;
}
.TagClassName
{
border-color: #D15AB7;
}
</style>