Shades of Fuchsia #D144BF
Tints of Fuchsia #D144BF
RGB
CMYK
RGB Variations
Color information
#D144BF (or 0xD144BF) is known color: Fuchsia. HEX triplet: D1, 44 and BF. RGB value is (209,68,191). Sum of RGB (Red+Green+Blue) = 209+68+191=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D144BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144BF is #2EBB40. Grayscale: #7B7B7B. Windows color (decimal): -3062593 or 12534993. OLE color: 12534993.
HSL color Cylindrical-coordinate representation of color #D144BF: hue angle of 307.66º 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 #D144BF is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 191 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.18 |
| HSL | 307.66º | 0.61% | 0.54% | - |
| HSV(B) | 307.66º | 0.67% | 0.82% | - |
| XYZ | 37.77 | 21.45 | 51.44 | - |
| YUV | 124.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 191 | 0 | 0.67 | 0.09 | 0.18 | 307.66 | 0.61 | 0.54 |
| Hex | D1 | 44 | BF | 0 | 43 | 9 | 12 | 134 | 3D | 36 |
| Octal | 321 | 104 | 277 | 0 | 103 | 11 | 22 | 464 | 75 | 66 |
| Binary | 11010001 | 1000100 | 10111111 | 0 | 1000011 | 1001 | 10010 | 100110100 | 111101 | 110110 |
Color Harmonies of #D144BF
Complementary color
Monochromatic Colors of #D144BF
Black with #D144BF
Text Example
Text Example
White with #D144BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D144BF; }
p { color: rgb(209,68,191); }
H1.HeaderClassName
{
color: #D144BF;
}
.AnyTagClassName
{
color: #D144BF;
}
</style>
background-color css
<style>
a { background-color: #D144BF; }
a { background-color: rgb(209,68,191); }
div.DivClassName
{
background-color: #D144BF;
}
.BgClassName
{
background-color: #D144BF;
}
</style>
border-color css
<style>
span { border-color: #D144BF; }
span { border-color: rgb(209,68,191); }
td.TdClassName
{
border-color: #D144BF;
}
.TagClassName
{
border-color: #D144BF;
}
</style>