Shades of Fuchsia #D751AD
Tints of Fuchsia #D751AD
RGB
CMYK
RGB Variations
Color information
#D751AD (or 0xD751AD) is known color: Fuchsia. HEX triplet: D7, 51 and AD. RGB value is (215,81,173). Sum of RGB (Red+Green+Blue) = 215+81+173=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D751AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D751AD is #28AE52. Grayscale: #838383. Windows color (decimal): -2666067 or 11358679. OLE color: 11358679.
HSL color Cylindrical-coordinate representation of color #D751AD: hue angle of 318.81º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D751AD is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 173 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.16 |
| HSL | 318.81º | 0.63% | 0.58% | - |
| HSV(B) | 318.81º | 0.62% | 0.84% | - |
| XYZ | 38.51 | 23.35 | 42.01 | - |
| YUV | 131.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 173 | 0 | 0.62 | 0.20 | 0.16 | 318.81 | 0.63 | 0.58 |
| Hex | D7 | 51 | AD | 0 | 3E | 14 | 10 | 13F | 3F | 3A |
| Octal | 327 | 121 | 255 | 0 | 76 | 24 | 20 | 477 | 77 | 72 |
| Binary | 11010111 | 1010001 | 10101101 | 0 | 111110 | 10100 | 10000 | 100111111 | 111111 | 111010 |
Color Harmonies of #D751AD
Complementary color
Monochromatic Colors of #D751AD
Black with #D751AD
Text Example
Text Example
White with #D751AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751AD; }
p { color: rgb(215,81,173); }
H1.HeaderClassName
{
color: #D751AD;
}
.AnyTagClassName
{
color: #D751AD;
}
</style>
background-color css
<style>
a { background-color: #D751AD; }
a { background-color: rgb(215,81,173); }
div.DivClassName
{
background-color: #D751AD;
}
.BgClassName
{
background-color: #D751AD;
}
</style>
border-color css
<style>
span { border-color: #D751AD; }
span { border-color: rgb(215,81,173); }
td.TdClassName
{
border-color: #D751AD;
}
.TagClassName
{
border-color: #D751AD;
}
</style>