Shades of Fuchsia #D154AF
Tints of Fuchsia #D154AF
RGB
CMYK
RGB Variations
Color information
#D154AF (or 0xD154AF) is known color: Fuchsia. HEX triplet: D1, 54 and AF. RGB value is (209,84,175). Sum of RGB (Red+Green+Blue) = 209+84+175=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D154AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D154AF is #2EAB50. Grayscale: #838383. Windows color (decimal): -3058513 or 11490513. OLE color: 11490513.
HSL color Cylindrical-coordinate representation of color #D154AF: hue angle of 316.32º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D154AF is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 175 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.18 |
| HSL | 316.32º | 0.58% | 0.57% | - |
| HSV(B) | 316.32º | 0.6% | 0.82% | - |
| XYZ | 37.2 | 22.99 | 43.03 | - |
| YUV | 131.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 175 | 0 | 0.60 | 0.16 | 0.18 | 316.32 | 0.58 | 0.57 |
| Hex | D1 | 54 | AF | 0 | 3C | 10 | 12 | 13C | 3A | 39 |
| Octal | 321 | 124 | 257 | 0 | 74 | 20 | 22 | 474 | 72 | 71 |
| Binary | 11010001 | 1010100 | 10101111 | 0 | 111100 | 10000 | 10010 | 100111100 | 111010 | 111001 |
Color Harmonies of #D154AF
Complementary color
Monochromatic Colors of #D154AF
Black with #D154AF
Text Example
Text Example
White with #D154AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154AF; }
p { color: rgb(209,84,175); }
H1.HeaderClassName
{
color: #D154AF;
}
.AnyTagClassName
{
color: #D154AF;
}
</style>
background-color css
<style>
a { background-color: #D154AF; }
a { background-color: rgb(209,84,175); }
div.DivClassName
{
background-color: #D154AF;
}
.BgClassName
{
background-color: #D154AF;
}
</style>
border-color css
<style>
span { border-color: #D154AF; }
span { border-color: rgb(209,84,175); }
td.TdClassName
{
border-color: #D154AF;
}
.TagClassName
{
border-color: #D154AF;
}
</style>