Shades of Fuchsia #D63ABC
Tints of Fuchsia #D63ABC
RGB
CMYK
RGB Variations
Color information
#D63ABC (or 0xD63ABC) is known color: Fuchsia. HEX triplet: D6, 3A and BC. RGB value is (214,58,188). Sum of RGB (Red+Green+Blue) = 214+58+188=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ABC is #29C543. Grayscale: #777777. Windows color (decimal): -2737476 or 12335830. OLE color: 12335830.
HSL color Cylindrical-coordinate representation of color #D63ABC: hue angle of 310º 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 #D63ABC is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 188 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.16 |
| HSL | 310º | 0.66% | 0.53% | - |
| HSV(B) | 310º | 0.73% | 0.84% | - |
| XYZ | 38.32 | 20.95 | 49.6 | - |
| YUV | 119.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 188 | 0 | 0.73 | 0.12 | 0.16 | 310 | 0.66 | 0.53 |
| Hex | D6 | 3A | BC | 0 | 49 | C | 10 | 136 | 42 | 35 |
| Octal | 326 | 72 | 274 | 0 | 111 | 14 | 20 | 466 | 102 | 65 |
| Binary | 11010110 | 111010 | 10111100 | 0 | 1001001 | 1100 | 10000 | 100110110 | 1000010 | 110101 |
Color Harmonies of #D63ABC
Complementary color
Monochromatic Colors of #D63ABC
Black with #D63ABC
Text Example
Text Example
White with #D63ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63ABC; }
p { color: rgb(214,58,188); }
H1.HeaderClassName
{
color: #D63ABC;
}
.AnyTagClassName
{
color: #D63ABC;
}
</style>
background-color css
<style>
a { background-color: #D63ABC; }
a { background-color: rgb(214,58,188); }
div.DivClassName
{
background-color: #D63ABC;
}
.BgClassName
{
background-color: #D63ABC;
}
</style>
border-color css
<style>
span { border-color: #D63ABC; }
span { border-color: rgb(214,58,188); }
td.TdClassName
{
border-color: #D63ABC;
}
.TagClassName
{
border-color: #D63ABC;
}
</style>