Shades of Fuchsia #D751AF
Tints of Fuchsia #D751AF
RGB
CMYK
RGB Variations
Color information
#D751AF (or 0xD751AF) is known color: Fuchsia. HEX triplet: D7, 51 and AF. RGB value is (215,81,175). Sum of RGB (Red+Green+Blue) = 215+81+175=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D751AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D751AF is #28AE50. Grayscale: #838383. Windows color (decimal): -2666065 or 11489751. OLE color: 11489751.
HSL color Cylindrical-coordinate representation of color #D751AF: hue angle of 317.91º 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 #D751AF is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 175 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.16 |
| HSL | 317.91º | 0.63% | 0.58% | - |
| HSV(B) | 317.91º | 0.62% | 0.84% | - |
| XYZ | 38.7 | 23.43 | 43.04 | - |
| YUV | 131.78 | 152.39 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 175 | 0 | 0.62 | 0.19 | 0.16 | 317.91 | 0.63 | 0.58 |
| Hex | D7 | 51 | AF | 0 | 3E | 13 | 10 | 13E | 3F | 3A |
| Octal | 327 | 121 | 257 | 0 | 76 | 23 | 20 | 476 | 77 | 72 |
| Binary | 11010111 | 1010001 | 10101111 | 0 | 111110 | 10011 | 10000 | 100111110 | 111111 | 111010 |
Color Harmonies of #D751AF
Complementary color
Monochromatic Colors of #D751AF
Black with #D751AF
Text Example
Text Example
White with #D751AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D751AF; }
p { color: rgb(215,81,175); }
H1.HeaderClassName
{
color: #D751AF;
}
.AnyTagClassName
{
color: #D751AF;
}
</style>
background-color css
<style>
a { background-color: #D751AF; }
a { background-color: rgb(215,81,175); }
div.DivClassName
{
background-color: #D751AF;
}
.BgClassName
{
background-color: #D751AF;
}
</style>
border-color css
<style>
span { border-color: #D751AF; }
span { border-color: rgb(215,81,175); }
td.TdClassName
{
border-color: #D751AF;
}
.TagClassName
{
border-color: #D751AF;
}
</style>