Shades of Fuchsia #D75AB1
Tints of Fuchsia #D75AB1
RGB
CMYK
RGB Variations
Color information
#D75AB1 (or 0xD75AB1) is known color: Fuchsia. HEX triplet: D7, 5A and B1. RGB value is (215,90,177). Sum of RGB (Red+Green+Blue) = 215+90+177=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75AB1 is #28A54E. Grayscale: #898989. Windows color (decimal): -2663759 or 11623127. OLE color: 11623127.
HSL color Cylindrical-coordinate representation of color #D75AB1: hue angle of 318.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75AB1 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 177 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.16 |
| HSL | 318.24º | 0.61% | 0.6% | - |
| HSV(B) | 318.24º | 0.58% | 0.84% | - |
| XYZ | 39.62 | 24.93 | 44.32 | - |
| YUV | 137.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 177 | 0 | 0.58 | 0.18 | 0.16 | 318.24 | 0.61 | 0.6 |
| Hex | D7 | 5A | B1 | 0 | 3A | 12 | 10 | 13E | 3D | 3C |
| Octal | 327 | 132 | 261 | 0 | 72 | 22 | 20 | 476 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10110001 | 0 | 111010 | 10010 | 10000 | 100111110 | 111101 | 111100 |
Color Harmonies of #D75AB1
Complementary color
Monochromatic Colors of #D75AB1
Black with #D75AB1
Text Example
Text Example
White with #D75AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75AB1; }
p { color: rgb(215,90,177); }
H1.HeaderClassName
{
color: #D75AB1;
}
.AnyTagClassName
{
color: #D75AB1;
}
</style>
background-color css
<style>
a { background-color: #D75AB1; }
a { background-color: rgb(215,90,177); }
div.DivClassName
{
background-color: #D75AB1;
}
.BgClassName
{
background-color: #D75AB1;
}
</style>
border-color css
<style>
span { border-color: #D75AB1; }
span { border-color: rgb(215,90,177); }
td.TdClassName
{
border-color: #D75AB1;
}
.TagClassName
{
border-color: #D75AB1;
}
</style>