Shades of Fuchsia #D155AD
Tints of Fuchsia #D155AD
RGB
CMYK
RGB Variations
Color information
#D155AD (or 0xD155AD) is known color: Fuchsia. HEX triplet: D1, 55 and AD. RGB value is (209,85,173). Sum of RGB (Red+Green+Blue) = 209+85+173=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D155AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D155AD is #2EAA52. Grayscale: #838383. Windows color (decimal): -3058259 or 11359697. OLE color: 11359697.
HSL color Cylindrical-coordinate representation of color #D155AD: hue angle of 317.42º 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 #D155AD is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 173 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.18 |
| HSL | 317.42º | 0.57% | 0.58% | - |
| HSV(B) | 317.42º | 0.59% | 0.82% | - |
| XYZ | 37.09 | 23.07 | 42.03 | - |
| YUV | 132.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 173 | 0 | 0.59 | 0.17 | 0.18 | 317.42 | 0.57 | 0.58 |
| Hex | D1 | 55 | AD | 0 | 3B | 11 | 12 | 13D | 39 | 3A |
| Octal | 321 | 125 | 255 | 0 | 73 | 21 | 22 | 475 | 71 | 72 |
| Binary | 11010001 | 1010101 | 10101101 | 0 | 111011 | 10001 | 10010 | 100111101 | 111001 | 111010 |
Color Harmonies of #D155AD
Complementary color
Monochromatic Colors of #D155AD
Black with #D155AD
Text Example
Text Example
White with #D155AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D155AD; }
p { color: rgb(209,85,173); }
H1.HeaderClassName
{
color: #D155AD;
}
.AnyTagClassName
{
color: #D155AD;
}
</style>
background-color css
<style>
a { background-color: #D155AD; }
a { background-color: rgb(209,85,173); }
div.DivClassName
{
background-color: #D155AD;
}
.BgClassName
{
background-color: #D155AD;
}
</style>
border-color css
<style>
span { border-color: #D155AD; }
span { border-color: rgb(209,85,173); }
td.TdClassName
{
border-color: #D155AD;
}
.TagClassName
{
border-color: #D155AD;
}
</style>