Shades of Fuchsia #D14ACC
Tints of Fuchsia #D14ACC
RGB
CMYK
RGB Variations
Color information
#D14ACC (or 0xD14ACC) is known color: Fuchsia. HEX triplet: D1, 4A and CC. RGB value is (209,74,204). Sum of RGB (Red+Green+Blue) = 209+74+204=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D14ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D14ACC is #2EB533. Grayscale: #808080. Windows color (decimal): -3061044 or 13388497. OLE color: 13388497.
HSL color Cylindrical-coordinate representation of color #D14ACC: hue angle of 302.22º 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 #D14ACC is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 204 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.18 |
| HSL | 302.22º | 0.59% | 0.55% | - |
| HSV(B) | 302.22º | 0.65% | 0.82% | - |
| XYZ | 39.64 | 22.81 | 59.44 | - |
| YUV | 129.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 204 | 0 | 0.65 | 0.02 | 0.18 | 302.22 | 0.59 | 0.55 |
| Hex | D1 | 4A | CC | 0 | 41 | 2 | 12 | 12E | 3B | 37 |
| Octal | 321 | 112 | 314 | 0 | 101 | 2 | 22 | 456 | 73 | 67 |
| Binary | 11010001 | 1001010 | 11001100 | 0 | 1000001 | 10 | 10010 | 100101110 | 111011 | 110111 |
Color Harmonies of #D14ACC
Complementary color
Monochromatic Colors of #D14ACC
Black with #D14ACC
Text Example
Text Example
White with #D14ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14ACC; }
p { color: rgb(209,74,204); }
H1.HeaderClassName
{
color: #D14ACC;
}
.AnyTagClassName
{
color: #D14ACC;
}
</style>
background-color css
<style>
a { background-color: #D14ACC; }
a { background-color: rgb(209,74,204); }
div.DivClassName
{
background-color: #D14ACC;
}
.BgClassName
{
background-color: #D14ACC;
}
</style>
border-color css
<style>
span { border-color: #D14ACC; }
span { border-color: rgb(209,74,204); }
td.TdClassName
{
border-color: #D14ACC;
}
.TagClassName
{
border-color: #D14ACC;
}
</style>