Shades of Fuchsia #D353AF
Tints of Fuchsia #D353AF
RGB
CMYK
RGB Variations
Color information
#D353AF (or 0xD353AF) is known color: Fuchsia. HEX triplet: D3, 53 and AF. RGB value is (211,83,175). Sum of RGB (Red+Green+Blue) = 211+83+175=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D353AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D353AF is #2CAC50. Grayscale: #838383. Windows color (decimal): -2927697 or 11490259. OLE color: 11490259.
HSL color Cylindrical-coordinate representation of color #D353AF: hue angle of 316.88º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D353AF is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 83 | 175 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.17 |
| HSL | 316.88º | 0.59% | 0.58% | - |
| HSV(B) | 316.88º | 0.61% | 0.83% | - |
| XYZ | 37.7 | 23.13 | 43.04 | - |
| YUV | 131.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 175 | 0 | 0.61 | 0.17 | 0.17 | 316.88 | 0.59 | 0.58 |
| Hex | D3 | 53 | AF | 0 | 3D | 11 | 11 | 13D | 3B | 3A |
| Octal | 323 | 123 | 257 | 0 | 75 | 21 | 21 | 475 | 73 | 72 |
| Binary | 11010011 | 1010011 | 10101111 | 0 | 111101 | 10001 | 10001 | 100111101 | 111011 | 111010 |
Color Harmonies of #D353AF
Complementary color
Monochromatic Colors of #D353AF
Black with #D353AF
Text Example
Text Example
White with #D353AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353AF; }
p { color: rgb(211,83,175); }
H1.HeaderClassName
{
color: #D353AF;
}
.AnyTagClassName
{
color: #D353AF;
}
</style>
background-color css
<style>
a { background-color: #D353AF; }
a { background-color: rgb(211,83,175); }
div.DivClassName
{
background-color: #D353AF;
}
.BgClassName
{
background-color: #D353AF;
}
</style>
border-color css
<style>
span { border-color: #D353AF; }
span { border-color: rgb(211,83,175); }
td.TdClassName
{
border-color: #D353AF;
}
.TagClassName
{
border-color: #D353AF;
}
</style>