Shades of Fuchsia #D63ACF
Tints of Fuchsia #D63ACF
RGB
CMYK
RGB Variations
Color information
#D63ACF (or 0xD63ACF) is known color: Fuchsia. HEX triplet: D6, 3A and CF. RGB value is (214,58,207). Sum of RGB (Red+Green+Blue) = 214+58+207=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ACF is #29C530. Grayscale: #797979. Windows color (decimal): -2737457 or 13581014. OLE color: 13581014.
HSL color Cylindrical-coordinate representation of color #D63ACF: hue angle of 302.69º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63ACF is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 207 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.16 |
| HSL | 302.69º | 0.66% | 0.53% | - |
| HSV(B) | 302.69º | 0.73% | 0.84% | - |
| XYZ | 40.51 | 21.83 | 61.11 | - |
| YUV | 121.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 207 | 0 | 0.73 | 0.03 | 0.16 | 302.69 | 0.66 | 0.53 |
| Hex | D6 | 3A | CF | 0 | 49 | 3 | 10 | 12F | 42 | 35 |
| Octal | 326 | 72 | 317 | 0 | 111 | 3 | 20 | 457 | 102 | 65 |
| Binary | 11010110 | 111010 | 11001111 | 0 | 1001001 | 11 | 10000 | 100101111 | 1000010 | 110101 |
Color Harmonies of #D63ACF
Complementary color
Monochromatic Colors of #D63ACF
Black with #D63ACF
Text Example
Text Example
White with #D63ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63ACF; }
p { color: rgb(214,58,207); }
H1.HeaderClassName
{
color: #D63ACF;
}
.AnyTagClassName
{
color: #D63ACF;
}
</style>
background-color css
<style>
a { background-color: #D63ACF; }
a { background-color: rgb(214,58,207); }
div.DivClassName
{
background-color: #D63ACF;
}
.BgClassName
{
background-color: #D63ACF;
}
</style>
border-color css
<style>
span { border-color: #D63ACF; }
span { border-color: rgb(214,58,207); }
td.TdClassName
{
border-color: #D63ACF;
}
.TagClassName
{
border-color: #D63ACF;
}
</style>