Shades of Fuchsia #D145AD
Tints of Fuchsia #D145AD
RGB
CMYK
RGB Variations
Color information
#D145AD (or 0xD145AD) is known color: Fuchsia. HEX triplet: D1, 45 and AD. RGB value is (209,69,173). Sum of RGB (Red+Green+Blue) = 209+69+173=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D145AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D145AD is #2EBA52. Grayscale: #7A7A7A. Windows color (decimal): -3062355 or 11355601. OLE color: 11355601.
HSL color Cylindrical-coordinate representation of color #D145AD: hue angle of 315.43º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D145AD is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 173 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.18 |
| HSL | 315.43º | 0.6% | 0.55% | - |
| HSV(B) | 315.43º | 0.67% | 0.82% | - |
| XYZ | 35.97 | 20.83 | 41.66 | - |
| YUV | 122.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 173 | 0 | 0.67 | 0.17 | 0.18 | 315.43 | 0.6 | 0.55 |
| Hex | D1 | 45 | AD | 0 | 43 | 11 | 12 | 13B | 3C | 37 |
| Octal | 321 | 105 | 255 | 0 | 103 | 21 | 22 | 473 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10101101 | 0 | 1000011 | 10001 | 10010 | 100111011 | 111100 | 110111 |
Color Harmonies of #D145AD
Complementary color
Monochromatic Colors of #D145AD
Black with #D145AD
Text Example
Text Example
White with #D145AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D145AD; }
p { color: rgb(209,69,173); }
H1.HeaderClassName
{
color: #D145AD;
}
.AnyTagClassName
{
color: #D145AD;
}
</style>
background-color css
<style>
a { background-color: #D145AD; }
a { background-color: rgb(209,69,173); }
div.DivClassName
{
background-color: #D145AD;
}
.BgClassName
{
background-color: #D145AD;
}
</style>
border-color css
<style>
span { border-color: #D145AD; }
span { border-color: rgb(209,69,173); }
td.TdClassName
{
border-color: #D145AD;
}
.TagClassName
{
border-color: #D145AD;
}
</style>