Shades of Fuchsia #D144BA
Tints of Fuchsia #D144BA
RGB
CMYK
RGB Variations
Color information
#D144BA (or 0xD144BA) is known color: Fuchsia. HEX triplet: D1, 44 and BA. RGB value is (209,68,186). Sum of RGB (Red+Green+Blue) = 209+68+186=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D144BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144BA is #2EBB45. Grayscale: #7B7B7B. Windows color (decimal): -3062598 or 12207313. OLE color: 12207313.
HSL color Cylindrical-coordinate representation of color #D144BA: hue angle of 309.79º 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 #D144BA is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 186 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.18 |
| HSL | 309.79º | 0.61% | 0.54% | - |
| HSV(B) | 309.79º | 0.67% | 0.82% | - |
| XYZ | 37.22 | 21.23 | 48.59 | - |
| YUV | 123.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 186 | 0 | 0.67 | 0.11 | 0.18 | 309.79 | 0.61 | 0.54 |
| Hex | D1 | 44 | BA | 0 | 43 | B | 12 | 136 | 3D | 36 |
| Octal | 321 | 104 | 272 | 0 | 103 | 13 | 22 | 466 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10111010 | 0 | 1000011 | 1011 | 10010 | 100110110 | 111101 | 110110 |
Color Harmonies of #D144BA
Complementary color
Monochromatic Colors of #D144BA
Black with #D144BA
Text Example
Text Example
White with #D144BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144BA; }
p { color: rgb(209,68,186); }
H1.HeaderClassName
{
color: #D144BA;
}
.AnyTagClassName
{
color: #D144BA;
}
</style>
background-color css
<style>
a { background-color: #D144BA; }
a { background-color: rgb(209,68,186); }
div.DivClassName
{
background-color: #D144BA;
}
.BgClassName
{
background-color: #D144BA;
}
</style>
border-color css
<style>
span { border-color: #D144BA; }
span { border-color: rgb(209,68,186); }
td.TdClassName
{
border-color: #D144BA;
}
.TagClassName
{
border-color: #D144BA;
}
</style>