Shades of Fuchsia #D75AB8
Tints of Fuchsia #D75AB8
RGB
CMYK
RGB Variations
Color information
#D75AB8 (or 0xD75AB8) is known color: Fuchsia. HEX triplet: D7, 5A and B8. RGB value is (215,90,184). Sum of RGB (Red+Green+Blue) = 215+90+184=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75AB8 is #28A547. Grayscale: #898989. Windows color (decimal): -2663752 or 12081879. OLE color: 12081879.
HSL color Cylindrical-coordinate representation of color #D75AB8: hue angle of 314.88º 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 #D75AB8 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 184 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.16 |
| HSL | 314.88º | 0.61% | 0.6% | - |
| HSV(B) | 314.88º | 0.58% | 0.84% | - |
| XYZ | 40.33 | 25.22 | 48.09 | - |
| YUV | 138.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 184 | 0 | 0.58 | 0.14 | 0.16 | 314.88 | 0.61 | 0.6 |
| Hex | D7 | 5A | B8 | 0 | 3A | E | 10 | 13B | 3D | 3C |
| Octal | 327 | 132 | 270 | 0 | 72 | 16 | 20 | 473 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10111000 | 0 | 111010 | 1110 | 10000 | 100111011 | 111101 | 111100 |
Color Harmonies of #D75AB8
Complementary color
Monochromatic Colors of #D75AB8
Black with #D75AB8
Text Example
Text Example
White with #D75AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75AB8; }
p { color: rgb(215,90,184); }
H1.HeaderClassName
{
color: #D75AB8;
}
.AnyTagClassName
{
color: #D75AB8;
}
</style>
background-color css
<style>
a { background-color: #D75AB8; }
a { background-color: rgb(215,90,184); }
div.DivClassName
{
background-color: #D75AB8;
}
.BgClassName
{
background-color: #D75AB8;
}
</style>
border-color css
<style>
span { border-color: #D75AB8; }
span { border-color: rgb(215,90,184); }
td.TdClassName
{
border-color: #D75AB8;
}
.TagClassName
{
border-color: #D75AB8;
}
</style>