Shades of Fuchsia #D155AF
Tints of Fuchsia #D155AF
RGB
CMYK
RGB Variations
Color information
#D155AF (or 0xD155AF) is known color: Fuchsia. HEX triplet: D1, 55 and AF. RGB value is (209,85,175). Sum of RGB (Red+Green+Blue) = 209+85+175=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D155AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D155AF is #2EAA50. Grayscale: #848484. Windows color (decimal): -3058257 or 11490769. OLE color: 11490769.
HSL color Cylindrical-coordinate representation of color #D155AF: hue angle of 316.45º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D155AF is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 175 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.18 |
| HSL | 316.45º | 0.57% | 0.58% | - |
| HSV(B) | 316.45º | 0.59% | 0.82% | - |
| XYZ | 37.28 | 23.15 | 43.06 | - |
| YUV | 132.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 175 | 0 | 0.59 | 0.16 | 0.18 | 316.45 | 0.57 | 0.58 |
| Hex | D1 | 55 | AF | 0 | 3B | 10 | 12 | 13C | 39 | 3A |
| Octal | 321 | 125 | 257 | 0 | 73 | 20 | 22 | 474 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10101111 | 0 | 111011 | 10000 | 10010 | 100111100 | 111001 | 111010 |
Color Harmonies of #D155AF
Complementary color
Monochromatic Colors of #D155AF
Black with #D155AF
Text Example
Text Example
White with #D155AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155AF; }
p { color: rgb(209,85,175); }
H1.HeaderClassName
{
color: #D155AF;
}
.AnyTagClassName
{
color: #D155AF;
}
</style>
background-color css
<style>
a { background-color: #D155AF; }
a { background-color: rgb(209,85,175); }
div.DivClassName
{
background-color: #D155AF;
}
.BgClassName
{
background-color: #D155AF;
}
</style>
border-color css
<style>
span { border-color: #D155AF; }
span { border-color: rgb(209,85,175); }
td.TdClassName
{
border-color: #D155AF;
}
.TagClassName
{
border-color: #D155AF;
}
</style>