Shades of Fuchsia #D14ACF
Tints of Fuchsia #D14ACF
RGB
CMYK
RGB Variations
Color information
#D14ACF (or 0xD14ACF) is known color: Fuchsia. HEX triplet: D1, 4A and CF. RGB value is (209,74,207). Sum of RGB (Red+Green+Blue) = 209+74+207=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D14ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14ACF is #2EB530. Grayscale: #818181. Windows color (decimal): -3061041 or 13585105. OLE color: 13585105.
HSL color Cylindrical-coordinate representation of color #D14ACF: hue angle of 300.89º 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 #D14ACF is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 207 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.18 |
| HSL | 300.89º | 0.59% | 0.55% | - |
| HSV(B) | 300.89º | 0.65% | 0.82% | - |
| XYZ | 40.01 | 22.96 | 61.35 | - |
| YUV | 129.53 | 171.73 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 207 | 0 | 0.65 | 0.01 | 0.18 | 300.89 | 0.59 | 0.55 |
| Hex | D1 | 4A | CF | 0 | 41 | 1 | 12 | 12D | 3B | 37 |
| Octal | 321 | 112 | 317 | 0 | 101 | 1 | 22 | 455 | 73 | 67 |
| Binary | 11010001 | 1001010 | 11001111 | 0 | 1000001 | 1 | 10010 | 100101101 | 111011 | 110111 |
Color Harmonies of #D14ACF
Complementary color
Monochromatic Colors of #D14ACF
Black with #D14ACF
Text Example
Text Example
White with #D14ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14ACF; }
p { color: rgb(209,74,207); }
H1.HeaderClassName
{
color: #D14ACF;
}
.AnyTagClassName
{
color: #D14ACF;
}
</style>
background-color css
<style>
a { background-color: #D14ACF; }
a { background-color: rgb(209,74,207); }
div.DivClassName
{
background-color: #D14ACF;
}
.BgClassName
{
background-color: #D14ACF;
}
</style>
border-color css
<style>
span { border-color: #D14ACF; }
span { border-color: rgb(209,74,207); }
td.TdClassName
{
border-color: #D14ACF;
}
.TagClassName
{
border-color: #D14ACF;
}
</style>