Shades of Fuchsia #D350AE
Tints of Fuchsia #D350AE
RGB
CMYK
RGB Variations
Color information
#D350AE (or 0xD350AE) is known color: Fuchsia. HEX triplet: D3, 50 and AE. RGB value is (211,80,174). Sum of RGB (Red+Green+Blue) = 211+80+174=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D350AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D350AE is #2CAF51. Grayscale: #818181. Windows color (decimal): -2928466 or 11423955. OLE color: 11423955.
HSL color Cylindrical-coordinate representation of color #D350AE: hue angle of 316.95º 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 #D350AE is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 174 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.17 |
| HSL | 316.95º | 0.6% | 0.57% | - |
| HSV(B) | 316.95º | 0.62% | 0.83% | - |
| XYZ | 37.37 | 22.64 | 42.45 | - |
| YUV | 129.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 174 | 0 | 0.62 | 0.18 | 0.17 | 316.95 | 0.6 | 0.57 |
| Hex | D3 | 50 | AE | 0 | 3E | 12 | 11 | 13D | 3C | 39 |
| Octal | 323 | 120 | 256 | 0 | 76 | 22 | 21 | 475 | 74 | 71 |
| Binary | 11010011 | 1010000 | 10101110 | 0 | 111110 | 10010 | 10001 | 100111101 | 111100 | 111001 |
Color Harmonies of #D350AE
Complementary color
Monochromatic Colors of #D350AE
Black with #D350AE
Text Example
Text Example
White with #D350AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350AE; }
p { color: rgb(211,80,174); }
H1.HeaderClassName
{
color: #D350AE;
}
.AnyTagClassName
{
color: #D350AE;
}
</style>
background-color css
<style>
a { background-color: #D350AE; }
a { background-color: rgb(211,80,174); }
div.DivClassName
{
background-color: #D350AE;
}
.BgClassName
{
background-color: #D350AE;
}
</style>
border-color css
<style>
span { border-color: #D350AE; }
span { border-color: rgb(211,80,174); }
td.TdClassName
{
border-color: #D350AE;
}
.TagClassName
{
border-color: #D350AE;
}
</style>