Shades of Fuchsia #D14ABC
Tints of Fuchsia #D14ABC
RGB
CMYK
RGB Variations
Color information
#D14ABC (or 0xD14ABC) is known color: Fuchsia. HEX triplet: D1, 4A and BC. RGB value is (209,74,188). Sum of RGB (Red+Green+Blue) = 209+74+188=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D14ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14ABC is #2EB543. Grayscale: #7F7F7F. Windows color (decimal): -3061060 or 12339921. OLE color: 12339921.
HSL color Cylindrical-coordinate representation of color #D14ABC: hue angle of 309.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D14ABC is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 188 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.18 |
| HSL | 309.33º | 0.59% | 0.55% | - |
| HSV(B) | 309.33º | 0.65% | 0.82% | - |
| XYZ | 37.82 | 22.08 | 49.85 | - |
| YUV | 127.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 188 | 0 | 0.65 | 0.10 | 0.18 | 309.33 | 0.59 | 0.55 |
| Hex | D1 | 4A | BC | 0 | 41 | A | 12 | 135 | 3B | 37 |
| Octal | 321 | 112 | 274 | 0 | 101 | 12 | 22 | 465 | 73 | 67 |
| Binary | 11010001 | 1001010 | 10111100 | 0 | 1000001 | 1010 | 10010 | 100110101 | 111011 | 110111 |
Color Harmonies of #D14ABC
Complementary color
Monochromatic Colors of #D14ABC
Black with #D14ABC
Text Example
Text Example
White with #D14ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14ABC; }
p { color: rgb(209,74,188); }
H1.HeaderClassName
{
color: #D14ABC;
}
.AnyTagClassName
{
color: #D14ABC;
}
</style>
background-color css
<style>
a { background-color: #D14ABC; }
a { background-color: rgb(209,74,188); }
div.DivClassName
{
background-color: #D14ABC;
}
.BgClassName
{
background-color: #D14ABC;
}
</style>
border-color css
<style>
span { border-color: #D14ABC; }
span { border-color: rgb(209,74,188); }
td.TdClassName
{
border-color: #D14ABC;
}
.TagClassName
{
border-color: #D14ABC;
}
</style>