Shades of Fuchsia #D135AF
Tints of Fuchsia #D135AF
RGB
CMYK
RGB Variations
Color information
#D135AF (or 0xD135AF) is known color: Fuchsia. HEX triplet: D1, 35 and AF. RGB value is (209,53,175). Sum of RGB (Red+Green+Blue) = 209+53+175=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D135AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D135AF is #2ECA50. Grayscale: #717171. Windows color (decimal): -3066449 or 11482577. OLE color: 11482577.
HSL color Cylindrical-coordinate representation of color #D135AF: hue angle of 313.08º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D135AF is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 175 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.18 |
| HSL | 313.08º | 0.63% | 0.51% | - |
| HSV(B) | 313.08º | 0.75% | 0.82% | - |
| XYZ | 35.31 | 19.2 | 42.4 | - |
| YUV | 113.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 175 | 0 | 0.75 | 0.16 | 0.18 | 313.08 | 0.63 | 0.51 |
| Hex | D1 | 35 | AF | 0 | 4B | 10 | 12 | 139 | 3F | 33 |
| Octal | 321 | 65 | 257 | 0 | 113 | 20 | 22 | 471 | 77 | 63 |
| Binary | 11010001 | 110101 | 10101111 | 0 | 1001011 | 10000 | 10010 | 100111001 | 111111 | 110011 |
Color Harmonies of #D135AF
Complementary color
Monochromatic Colors of #D135AF
Black with #D135AF
Text Example
Text Example
White with #D135AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D135AF; }
p { color: rgb(209,53,175); }
H1.HeaderClassName
{
color: #D135AF;
}
.AnyTagClassName
{
color: #D135AF;
}
</style>
background-color css
<style>
a { background-color: #D135AF; }
a { background-color: rgb(209,53,175); }
div.DivClassName
{
background-color: #D135AF;
}
.BgClassName
{
background-color: #D135AF;
}
</style>
border-color css
<style>
span { border-color: #D135AF; }
span { border-color: rgb(209,53,175); }
td.TdClassName
{
border-color: #D135AF;
}
.TagClassName
{
border-color: #D135AF;
}
</style>