Shades of Fuchsia #D045AF
Tints of Fuchsia #D045AF
RGB
CMYK
RGB Variations
Color information
#D045AF (or 0xD045AF) is known color: Fuchsia. HEX triplet: D0, 45 and AF. RGB value is (208,69,175). Sum of RGB (Red+Green+Blue) = 208+69+175=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D045AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D045AF is #2FBA50. Grayscale: #7A7A7A. Windows color (decimal): -3127889 or 11486672. OLE color: 11486672.
HSL color Cylindrical-coordinate representation of color #D045AF: hue angle of 314.24º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D045AF is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 175 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.18 |
| HSL | 314.24º | 0.6% | 0.54% | - |
| HSV(B) | 314.24º | 0.67% | 0.82% | - |
| XYZ | 35.88 | 20.76 | 42.67 | - |
| YUV | 122.65 | 157.55 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 175 | 0 | 0.67 | 0.16 | 0.18 | 314.24 | 0.6 | 0.54 |
| Hex | D0 | 45 | AF | 0 | 43 | 10 | 12 | 13A | 3C | 36 |
| Octal | 320 | 105 | 257 | 0 | 103 | 20 | 22 | 472 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10101111 | 0 | 1000011 | 10000 | 10010 | 100111010 | 111100 | 110110 |
Color Harmonies of #D045AF
Complementary color
Monochromatic Colors of #D045AF
Black with #D045AF
Text Example
Text Example
White with #D045AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045AF; }
p { color: rgb(208,69,175); }
H1.HeaderClassName
{
color: #D045AF;
}
.AnyTagClassName
{
color: #D045AF;
}
</style>
background-color css
<style>
a { background-color: #D045AF; }
a { background-color: rgb(208,69,175); }
div.DivClassName
{
background-color: #D045AF;
}
.BgClassName
{
background-color: #D045AF;
}
</style>
border-color css
<style>
span { border-color: #D045AF; }
span { border-color: rgb(208,69,175); }
td.TdClassName
{
border-color: #D045AF;
}
.TagClassName
{
border-color: #D045AF;
}
</style>