Shades of Fuchsia #D350AF
Tints of Fuchsia #D350AF
RGB
CMYK
RGB Variations
Color information
#D350AF (or 0xD350AF) is known color: Fuchsia. HEX triplet: D3, 50 and AF. RGB value is (211,80,175). Sum of RGB (Red+Green+Blue) = 211+80+175=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D350AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D350AF is #2CAF50. Grayscale: #818181. Windows color (decimal): -2928465 or 11489491. OLE color: 11489491.
HSL color Cylindrical-coordinate representation of color #D350AF: hue angle of 316.49º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D350AF is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 175 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.17 |
| HSL | 316.49º | 0.6% | 0.57% | - |
| HSV(B) | 316.49º | 0.62% | 0.83% | - |
| XYZ | 37.47 | 22.68 | 42.96 | - |
| YUV | 130 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 175 | 0 | 0.62 | 0.17 | 0.17 | 316.49 | 0.6 | 0.57 |
| Hex | D3 | 50 | AF | 0 | 3E | 11 | 11 | 13C | 3C | 39 |
| Octal | 323 | 120 | 257 | 0 | 76 | 21 | 21 | 474 | 74 | 71 |
| Binary | 11010011 | 1010000 | 10101111 | 0 | 111110 | 10001 | 10001 | 100111100 | 111100 | 111001 |
Color Harmonies of #D350AF
Complementary color
Monochromatic Colors of #D350AF
Black with #D350AF
Text Example
Text Example
White with #D350AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350AF; }
p { color: rgb(211,80,175); }
H1.HeaderClassName
{
color: #D350AF;
}
.AnyTagClassName
{
color: #D350AF;
}
</style>
background-color css
<style>
a { background-color: #D350AF; }
a { background-color: rgb(211,80,175); }
div.DivClassName
{
background-color: #D350AF;
}
.BgClassName
{
background-color: #D350AF;
}
</style>
border-color css
<style>
span { border-color: #D350AF; }
span { border-color: rgb(211,80,175); }
td.TdClassName
{
border-color: #D350AF;
}
.TagClassName
{
border-color: #D350AF;
}
</style>