Shades of Fuchsia #D045AD
Tints of Fuchsia #D045AD
RGB
CMYK
RGB Variations
Color information
#D045AD (or 0xD045AD) is known color: Fuchsia. HEX triplet: D0, 45 and AD. RGB value is (208,69,173). Sum of RGB (Red+Green+Blue) = 208+69+173=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D045AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D045AD is #2FBA52. Grayscale: #7A7A7A. Windows color (decimal): -3127891 or 11355600. OLE color: 11355600.
HSL color Cylindrical-coordinate representation of color #D045AD: hue angle of 315.11º 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 #D045AD is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 173 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.18 |
| HSL | 315.11º | 0.6% | 0.54% | - |
| HSV(B) | 315.11º | 0.67% | 0.82% | - |
| XYZ | 35.68 | 20.68 | 41.65 | - |
| YUV | 122.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 173 | 0 | 0.67 | 0.17 | 0.18 | 315.11 | 0.6 | 0.54 |
| Hex | D0 | 45 | AD | 0 | 43 | 11 | 12 | 13B | 3C | 36 |
| Octal | 320 | 105 | 255 | 0 | 103 | 21 | 22 | 473 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10101101 | 0 | 1000011 | 10001 | 10010 | 100111011 | 111100 | 110110 |
Color Harmonies of #D045AD
Complementary color
Monochromatic Colors of #D045AD
Black with #D045AD
Text Example
Text Example
White with #D045AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045AD; }
p { color: rgb(208,69,173); }
H1.HeaderClassName
{
color: #D045AD;
}
.AnyTagClassName
{
color: #D045AD;
}
</style>
background-color css
<style>
a { background-color: #D045AD; }
a { background-color: rgb(208,69,173); }
div.DivClassName
{
background-color: #D045AD;
}
.BgClassName
{
background-color: #D045AD;
}
</style>
border-color css
<style>
span { border-color: #D045AD; }
span { border-color: rgb(208,69,173); }
td.TdClassName
{
border-color: #D045AD;
}
.TagClassName
{
border-color: #D045AD;
}
</style>