Shades of Fuchsia #D945AF
Tints of Fuchsia #D945AF
RGB
CMYK
RGB Variations
Color information
#D945AF (or 0xD945AF) is known color: Fuchsia. HEX triplet: D9, 45 and AF. RGB value is (217,69,175). Sum of RGB (Red+Green+Blue) = 217+69+175=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D945AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D945AF is #26BA50. Grayscale: #7D7D7D. Windows color (decimal): -2538065 or 11486681. OLE color: 11486681.
HSL color Cylindrical-coordinate representation of color #D945AF: hue angle of 317.03º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D945AF is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 175 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.15 |
| HSL | 317.03º | 0.66% | 0.56% | - |
| HSV(B) | 317.03º | 0.68% | 0.85% | - |
| XYZ | 38.48 | 22.1 | 42.8 | - |
| YUV | 125.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 175 | 0 | 0.68 | 0.19 | 0.15 | 317.03 | 0.66 | 0.56 |
| Hex | D9 | 45 | AF | 0 | 44 | 13 | F | 13D | 42 | 38 |
| Octal | 331 | 105 | 257 | 0 | 104 | 23 | 17 | 475 | 102 | 70 |
| Binary | 11011001 | 1000101 | 10101111 | 0 | 1000100 | 10011 | 1111 | 100111101 | 1000010 | 111000 |
Color Harmonies of #D945AF
Complementary color
Monochromatic Colors of #D945AF
Black with #D945AF
Text Example
Text Example
White with #D945AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D945AF; }
p { color: rgb(217,69,175); }
H1.HeaderClassName
{
color: #D945AF;
}
.AnyTagClassName
{
color: #D945AF;
}
</style>
background-color css
<style>
a { background-color: #D945AF; }
a { background-color: rgb(217,69,175); }
div.DivClassName
{
background-color: #D945AF;
}
.BgClassName
{
background-color: #D945AF;
}
</style>
border-color css
<style>
span { border-color: #D945AF; }
span { border-color: rgb(217,69,175); }
td.TdClassName
{
border-color: #D945AF;
}
.TagClassName
{
border-color: #D945AF;
}
</style>