Shades of Fuchsia #D750AD
Tints of Fuchsia #D750AD
RGB
CMYK
RGB Variations
Color information
#D750AD (or 0xD750AD) is known color: Fuchsia. HEX triplet: D7, 50 and AD. RGB value is (215,80,173). Sum of RGB (Red+Green+Blue) = 215+80+173=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D750AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750AD is #28AF52. Grayscale: #828282. Windows color (decimal): -2666323 or 11358423. OLE color: 11358423.
HSL color Cylindrical-coordinate representation of color #D750AD: hue angle of 318.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D750AD is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 173 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.16 |
| HSL | 318.67º | 0.63% | 0.58% | - |
| HSV(B) | 318.67º | 0.63% | 0.84% | - |
| XYZ | 38.44 | 23.2 | 41.99 | - |
| YUV | 130.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 173 | 0 | 0.63 | 0.20 | 0.16 | 318.67 | 0.63 | 0.58 |
| Hex | D7 | 50 | AD | 0 | 3F | 14 | 10 | 13F | 3F | 3A |
| Octal | 327 | 120 | 255 | 0 | 77 | 24 | 20 | 477 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10101101 | 0 | 111111 | 10100 | 10000 | 100111111 | 111111 | 111010 |
Color Harmonies of #D750AD
Complementary color
Monochromatic Colors of #D750AD
Black with #D750AD
Text Example
Text Example
White with #D750AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D750AD; }
p { color: rgb(215,80,173); }
H1.HeaderClassName
{
color: #D750AD;
}
.AnyTagClassName
{
color: #D750AD;
}
</style>
background-color css
<style>
a { background-color: #D750AD; }
a { background-color: rgb(215,80,173); }
div.DivClassName
{
background-color: #D750AD;
}
.BgClassName
{
background-color: #D750AD;
}
</style>
border-color css
<style>
span { border-color: #D750AD; }
span { border-color: rgb(215,80,173); }
td.TdClassName
{
border-color: #D750AD;
}
.TagClassName
{
border-color: #D750AD;
}
</style>