Shades of Fuchsia #D75ABC
Tints of Fuchsia #D75ABC
RGB
CMYK
RGB Variations
Color information
#D75ABC (or 0xD75ABC) is known color: Fuchsia. HEX triplet: D7, 5A and BC. RGB value is (215,90,188). Sum of RGB (Red+Green+Blue) = 215+90+188=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ABC is #28A543. Grayscale: #8A8A8A. Windows color (decimal): -2663748 or 12344023. OLE color: 12344023.
HSL color Cylindrical-coordinate representation of color #D75ABC: hue angle of 312.96º 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 #D75ABC is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 188 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.16 |
| HSL | 312.96º | 0.61% | 0.6% | - |
| HSV(B) | 312.96º | 0.58% | 0.84% | - |
| XYZ | 40.76 | 25.39 | 50.33 | - |
| YUV | 138.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 188 | 0 | 0.58 | 0.13 | 0.16 | 312.96 | 0.61 | 0.6 |
| Hex | D7 | 5A | BC | 0 | 3A | D | 10 | 139 | 3D | 3C |
| Octal | 327 | 132 | 274 | 0 | 72 | 15 | 20 | 471 | 75 | 74 |
| Binary | 11010111 | 1011010 | 10111100 | 0 | 111010 | 1101 | 10000 | 100111001 | 111101 | 111100 |
Color Harmonies of #D75ABC
Complementary color
Monochromatic Colors of #D75ABC
Black with #D75ABC
Text Example
Text Example
White with #D75ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75ABC; }
p { color: rgb(215,90,188); }
H1.HeaderClassName
{
color: #D75ABC;
}
.AnyTagClassName
{
color: #D75ABC;
}
</style>
background-color css
<style>
a { background-color: #D75ABC; }
a { background-color: rgb(215,90,188); }
div.DivClassName
{
background-color: #D75ABC;
}
.BgClassName
{
background-color: #D75ABC;
}
</style>
border-color css
<style>
span { border-color: #D75ABC; }
span { border-color: rgb(215,90,188); }
td.TdClassName
{
border-color: #D75ABC;
}
.TagClassName
{
border-color: #D75ABC;
}
</style>