Shades of Fuchsia #D144AD
Tints of Fuchsia #D144AD
RGB
CMYK
RGB Variations
Color information
#D144AD (or 0xD144AD) is known color: Fuchsia. HEX triplet: D1, 44 and AD. RGB value is (209,68,173). Sum of RGB (Red+Green+Blue) = 209+68+173=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D144AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D144AD is #2EBB52. Grayscale: #797979. Windows color (decimal): -3062611 or 11355345. OLE color: 11355345.
HSL color Cylindrical-coordinate representation of color #D144AD: hue angle of 315.32º degrees, saturation: 0.61, 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 #D144AD is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 173 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.18 |
| HSL | 315.32º | 0.61% | 0.54% | - |
| HSV(B) | 315.32º | 0.67% | 0.82% | - |
| XYZ | 35.9 | 20.71 | 41.64 | - |
| YUV | 122.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 173 | 0 | 0.67 | 0.17 | 0.18 | 315.32 | 0.61 | 0.54 |
| Hex | D1 | 44 | AD | 0 | 43 | 11 | 12 | 13B | 3D | 36 |
| Octal | 321 | 104 | 255 | 0 | 103 | 21 | 22 | 473 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10101101 | 0 | 1000011 | 10001 | 10010 | 100111011 | 111101 | 110110 |
Color Harmonies of #D144AD
Complementary color
Monochromatic Colors of #D144AD
Black with #D144AD
Text Example
Text Example
White with #D144AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144AD; }
p { color: rgb(209,68,173); }
H1.HeaderClassName
{
color: #D144AD;
}
.AnyTagClassName
{
color: #D144AD;
}
</style>
background-color css
<style>
a { background-color: #D144AD; }
a { background-color: rgb(209,68,173); }
div.DivClassName
{
background-color: #D144AD;
}
.BgClassName
{
background-color: #D144AD;
}
</style>
border-color css
<style>
span { border-color: #D144AD; }
span { border-color: rgb(209,68,173); }
td.TdClassName
{
border-color: #D144AD;
}
.TagClassName
{
border-color: #D144AD;
}
</style>