Shades of Fuchsia #D841AF
Tints of Fuchsia #D841AF
RGB
CMYK
RGB Variations
Color information
#D841AF (or 0xD841AF) is known color: Fuchsia. HEX triplet: D8, 41 and AF. RGB value is (216,65,175). Sum of RGB (Red+Green+Blue) = 216+65+175=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D841AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D841AF is #27BE50. Grayscale: #7A7A7A. Windows color (decimal): -2604625 or 11485656. OLE color: 11485656.
HSL color Cylindrical-coordinate representation of color #D841AF: hue angle of 316.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D841AF is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 175 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.15 |
| HSL | 316.29º | 0.66% | 0.55% | - |
| HSV(B) | 316.29º | 0.7% | 0.85% | - |
| XYZ | 37.95 | 21.47 | 42.7 | - |
| YUV | 122.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 175 | 0 | 0.70 | 0.19 | 0.15 | 316.29 | 0.66 | 0.55 |
| Hex | D8 | 41 | AF | 0 | 46 | 13 | F | 13C | 42 | 37 |
| Octal | 330 | 101 | 257 | 0 | 106 | 23 | 17 | 474 | 102 | 67 |
| Binary | 11011000 | 1000001 | 10101111 | 0 | 1000110 | 10011 | 1111 | 100111100 | 1000010 | 110111 |
Color Harmonies of #D841AF
Complementary color
Monochromatic Colors of #D841AF
Black with #D841AF
Text Example
Text Example
White with #D841AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D841AF; }
p { color: rgb(216,65,175); }
H1.HeaderClassName
{
color: #D841AF;
}
.AnyTagClassName
{
color: #D841AF;
}
</style>
background-color css
<style>
a { background-color: #D841AF; }
a { background-color: rgb(216,65,175); }
div.DivClassName
{
background-color: #D841AF;
}
.BgClassName
{
background-color: #D841AF;
}
</style>
border-color css
<style>
span { border-color: #D841AF; }
span { border-color: rgb(216,65,175); }
td.TdClassName
{
border-color: #D841AF;
}
.TagClassName
{
border-color: #D841AF;
}
</style>