Shades of Fuchsia #D037AF
Tints of Fuchsia #D037AF
RGB
CMYK
RGB Variations
Color information
#D037AF (or 0xD037AF) is known color: Fuchsia. HEX triplet: D0, 37 and AF. RGB value is (208,55,175). Sum of RGB (Red+Green+Blue) = 208+55+175=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D037AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D037AF is #2FC850. Grayscale: #727272. Windows color (decimal): -3131473 or 11483088. OLE color: 11483088.
HSL color Cylindrical-coordinate representation of color #D037AF: hue angle of 312.94º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D037AF is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 175 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.18 |
| HSL | 312.94º | 0.62% | 0.52% | - |
| HSV(B) | 312.94º | 0.74% | 0.82% | - |
| XYZ | 35.12 | 19.24 | 42.42 | - |
| YUV | 114.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 175 | 0 | 0.74 | 0.16 | 0.18 | 312.94 | 0.62 | 0.52 |
| Hex | D0 | 37 | AF | 0 | 4A | 10 | 12 | 139 | 3E | 34 |
| Octal | 320 | 67 | 257 | 0 | 112 | 20 | 22 | 471 | 76 | 64 |
| Binary | 11010000 | 110111 | 10101111 | 0 | 1001010 | 10000 | 10010 | 100111001 | 111110 | 110100 |
Color Harmonies of #D037AF
Complementary color
Monochromatic Colors of #D037AF
Black with #D037AF
Text Example
Text Example
White with #D037AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D037AF; }
p { color: rgb(208,55,175); }
H1.HeaderClassName
{
color: #D037AF;
}
.AnyTagClassName
{
color: #D037AF;
}
</style>
background-color css
<style>
a { background-color: #D037AF; }
a { background-color: rgb(208,55,175); }
div.DivClassName
{
background-color: #D037AF;
}
.BgClassName
{
background-color: #D037AF;
}
</style>
border-color css
<style>
span { border-color: #D037AF; }
span { border-color: rgb(208,55,175); }
td.TdClassName
{
border-color: #D037AF;
}
.TagClassName
{
border-color: #D037AF;
}
</style>