Shades of Fuchsia #D950AF
Tints of Fuchsia #D950AF
RGB
CMYK
RGB Variations
Color information
#D950AF (or 0xD950AF) is known color: Fuchsia. HEX triplet: D9, 50 and AF. RGB value is (217,80,175). Sum of RGB (Red+Green+Blue) = 217+80+175=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D950AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D950AF is #26AF50. Grayscale: #838383. Windows color (decimal): -2535249 or 11489497. OLE color: 11489497.
HSL color Cylindrical-coordinate representation of color #D950AF: hue angle of 318.39º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D950AF is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 175 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.15 |
| HSL | 318.39º | 0.64% | 0.58% | - |
| HSV(B) | 318.39º | 0.63% | 0.85% | - |
| XYZ | 39.22 | 23.58 | 43.04 | - |
| YUV | 131.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 175 | 0 | 0.63 | 0.19 | 0.15 | 318.39 | 0.64 | 0.58 |
| Hex | D9 | 50 | AF | 0 | 3F | 13 | F | 13E | 40 | 3A |
| Octal | 331 | 120 | 257 | 0 | 77 | 23 | 17 | 476 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10101111 | 0 | 111111 | 10011 | 1111 | 100111110 | 1000000 | 111010 |
Color Harmonies of #D950AF
Complementary color
Monochromatic Colors of #D950AF
Black with #D950AF
Text Example
Text Example
White with #D950AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950AF; }
p { color: rgb(217,80,175); }
H1.HeaderClassName
{
color: #D950AF;
}
.AnyTagClassName
{
color: #D950AF;
}
</style>
background-color css
<style>
a { background-color: #D950AF; }
a { background-color: rgb(217,80,175); }
div.DivClassName
{
background-color: #D950AF;
}
.BgClassName
{
background-color: #D950AF;
}
</style>
border-color css
<style>
span { border-color: #D950AF; }
span { border-color: rgb(217,80,175); }
td.TdClassName
{
border-color: #D950AF;
}
.TagClassName
{
border-color: #D950AF;
}
</style>