Shades of Fuchsia #D340AF
Tints of Fuchsia #D340AF
RGB
CMYK
RGB Variations
Color information
#D340AF (or 0xD340AF) is known color: Fuchsia. HEX triplet: D3, 40 and AF. RGB value is (211,64,175). Sum of RGB (Red+Green+Blue) = 211+64+175=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D340AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D340AF is #2CBF50. Grayscale: #787878. Windows color (decimal): -2932561 or 11485395. OLE color: 11485395.
HSL color Cylindrical-coordinate representation of color #D340AF: hue angle of 314.69º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D340AF is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 175 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.17 |
| HSL | 314.69º | 0.63% | 0.54% | - |
| HSV(B) | 314.69º | 0.7% | 0.83% | - |
| XYZ | 36.44 | 20.61 | 42.62 | - |
| YUV | 120.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 175 | 0 | 0.70 | 0.17 | 0.17 | 314.69 | 0.63 | 0.54 |
| Hex | D3 | 40 | AF | 0 | 46 | 11 | 11 | 13B | 3F | 36 |
| Octal | 323 | 100 | 257 | 0 | 106 | 21 | 21 | 473 | 77 | 66 |
| Binary | 11010011 | 1000000 | 10101111 | 0 | 1000110 | 10001 | 10001 | 100111011 | 111111 | 110110 |
Color Harmonies of #D340AF
Complementary color
Monochromatic Colors of #D340AF
Black with #D340AF
Text Example
Text Example
White with #D340AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340AF; }
p { color: rgb(211,64,175); }
H1.HeaderClassName
{
color: #D340AF;
}
.AnyTagClassName
{
color: #D340AF;
}
</style>
background-color css
<style>
a { background-color: #D340AF; }
a { background-color: rgb(211,64,175); }
div.DivClassName
{
background-color: #D340AF;
}
.BgClassName
{
background-color: #D340AF;
}
</style>
border-color css
<style>
span { border-color: #D340AF; }
span { border-color: rgb(211,64,175); }
td.TdClassName
{
border-color: #D340AF;
}
.TagClassName
{
border-color: #D340AF;
}
</style>