Shades of Fuchsia #D351AC
Tints of Fuchsia #D351AC
RGB
CMYK
RGB Variations
Color information
#D351AC (or 0xD351AC) is known color: Fuchsia. HEX triplet: D3, 51 and AC. RGB value is (211,81,172). Sum of RGB (Red+Green+Blue) = 211+81+172=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 211 - color contains mainly: red. Hex color #D351AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D351AC is #2CAE53. Grayscale: #828282. Windows color (decimal): -2928212 or 11293139. OLE color: 11293139.
HSL color Cylindrical-coordinate representation of color #D351AC: hue angle of 318º 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 #D351AC is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 172 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.17 |
| HSL | 318º | 0.6% | 0.57% | - |
| HSV(B) | 318º | 0.62% | 0.83% | - |
| XYZ | 37.25 | 22.71 | 41.45 | - |
| YUV | 130.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 172 | 0 | 0.62 | 0.18 | 0.17 | 318 | 0.6 | 0.57 |
| Hex | D3 | 51 | AC | 0 | 3E | 12 | 11 | 13E | 3C | 39 |
| Octal | 323 | 121 | 254 | 0 | 76 | 22 | 21 | 476 | 74 | 71 |
| Binary | 11010011 | 1010001 | 10101100 | 0 | 111110 | 10010 | 10001 | 100111110 | 111100 | 111001 |
Color Harmonies of #D351AC
Complementary color
Monochromatic Colors of #D351AC
Black with #D351AC
Text Example
Text Example
White with #D351AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351AC; }
p { color: rgb(211,81,172); }
H1.HeaderClassName
{
color: #D351AC;
}
.AnyTagClassName
{
color: #D351AC;
}
</style>
background-color css
<style>
a { background-color: #D351AC; }
a { background-color: rgb(211,81,172); }
div.DivClassName
{
background-color: #D351AC;
}
.BgClassName
{
background-color: #D351AC;
}
</style>
border-color css
<style>
span { border-color: #D351AC; }
span { border-color: rgb(211,81,172); }
td.TdClassName
{
border-color: #D351AC;
}
.TagClassName
{
border-color: #D351AC;
}
</style>