Shades of Fuchsia #D341AD
Tints of Fuchsia #D341AD
RGB
CMYK
RGB Variations
Color information
#D341AD (or 0xD341AD) is known color: Fuchsia. HEX triplet: D3, 41 and AD. RGB value is (211,65,173). Sum of RGB (Red+Green+Blue) = 211+65+173=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D341AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D341AD is #2CBE52. Grayscale: #787878. Windows color (decimal): -2932307 or 11354579. OLE color: 11354579.
HSL color Cylindrical-coordinate representation of color #D341AD: hue angle of 315.62º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D341AD is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 173 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.17 |
| HSL | 315.62º | 0.62% | 0.54% | - |
| HSV(B) | 315.62º | 0.69% | 0.83% | - |
| XYZ | 36.3 | 20.65 | 41.61 | - |
| YUV | 120.97 | 157.37 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 173 | 0 | 0.69 | 0.18 | 0.17 | 315.62 | 0.62 | 0.54 |
| Hex | D3 | 41 | AD | 0 | 45 | 12 | 11 | 13C | 3E | 36 |
| Octal | 323 | 101 | 255 | 0 | 105 | 22 | 21 | 474 | 76 | 66 |
| Binary | 11010011 | 1000001 | 10101101 | 0 | 1000101 | 10010 | 10001 | 100111100 | 111110 | 110110 |
Color Harmonies of #D341AD
Complementary color
Monochromatic Colors of #D341AD
Black with #D341AD
Text Example
Text Example
White with #D341AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341AD; }
p { color: rgb(211,65,173); }
H1.HeaderClassName
{
color: #D341AD;
}
.AnyTagClassName
{
color: #D341AD;
}
</style>
background-color css
<style>
a { background-color: #D341AD; }
a { background-color: rgb(211,65,173); }
div.DivClassName
{
background-color: #D341AD;
}
.BgClassName
{
background-color: #D341AD;
}
</style>
border-color css
<style>
span { border-color: #D341AD; }
span { border-color: rgb(211,65,173); }
td.TdClassName
{
border-color: #D341AD;
}
.TagClassName
{
border-color: #D341AD;
}
</style>