Shades of Fuchsia #D050AF
Tints of Fuchsia #D050AF
RGB
CMYK
RGB Variations
Color information
#D050AF (or 0xD050AF) is known color: Fuchsia. HEX triplet: D0, 50 and AF. RGB value is (208,80,175). Sum of RGB (Red+Green+Blue) = 208+80+175=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D050AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D050AF is #2FAF50. Grayscale: #808080. Windows color (decimal): -3125073 or 11489488. OLE color: 11489488.
HSL color Cylindrical-coordinate representation of color #D050AF: hue angle of 315.47º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D050AF is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 175 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.18 |
| HSL | 315.47º | 0.58% | 0.56% | - |
| HSV(B) | 315.47º | 0.62% | 0.82% | - |
| XYZ | 36.62 | 22.24 | 42.92 | - |
| YUV | 129.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 175 | 0 | 0.62 | 0.16 | 0.18 | 315.47 | 0.58 | 0.56 |
| Hex | D0 | 50 | AF | 0 | 3E | 10 | 12 | 13B | 3A | 38 |
| Octal | 320 | 120 | 257 | 0 | 76 | 20 | 22 | 473 | 72 | 70 |
| Binary | 11010000 | 1010000 | 10101111 | 0 | 111110 | 10000 | 10010 | 100111011 | 111010 | 111000 |
Color Harmonies of #D050AF
Complementary color
Monochromatic Colors of #D050AF
Black with #D050AF
Text Example
Text Example
White with #D050AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050AF; }
p { color: rgb(208,80,175); }
H1.HeaderClassName
{
color: #D050AF;
}
.AnyTagClassName
{
color: #D050AF;
}
</style>
background-color css
<style>
a { background-color: #D050AF; }
a { background-color: rgb(208,80,175); }
div.DivClassName
{
background-color: #D050AF;
}
.BgClassName
{
background-color: #D050AF;
}
</style>
border-color css
<style>
span { border-color: #D050AF; }
span { border-color: rgb(208,80,175); }
td.TdClassName
{
border-color: #D050AF;
}
.TagClassName
{
border-color: #D050AF;
}
</style>