Shades of Fuchsia #D63ABE
Tints of Fuchsia #D63ABE
RGB
CMYK
RGB Variations
Color information
#D63ABE (or 0xD63ABE) is known color: Fuchsia. HEX triplet: D6, 3A and BE. RGB value is (214,58,190). Sum of RGB (Red+Green+Blue) = 214+58+190=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ABE is #29C541. Grayscale: #777777. Windows color (decimal): -2737474 or 12466902. OLE color: 12466902.
HSL color Cylindrical-coordinate representation of color #D63ABE: hue angle of 309.23º 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 #D63ABE is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 190 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.16 |
| HSL | 309.23º | 0.66% | 0.53% | - |
| HSV(B) | 309.23º | 0.73% | 0.84% | - |
| XYZ | 38.54 | 21.04 | 50.75 | - |
| YUV | 119.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 190 | 0 | 0.73 | 0.11 | 0.16 | 309.23 | 0.66 | 0.53 |
| Hex | D6 | 3A | BE | 0 | 49 | B | 10 | 135 | 42 | 35 |
| Octal | 326 | 72 | 276 | 0 | 111 | 13 | 20 | 465 | 102 | 65 |
| Binary | 11010110 | 111010 | 10111110 | 0 | 1001001 | 1011 | 10000 | 100110101 | 1000010 | 110101 |
Color Harmonies of #D63ABE
Complementary color
Monochromatic Colors of #D63ABE
Black with #D63ABE
Text Example
Text Example
White with #D63ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63ABE; }
p { color: rgb(214,58,190); }
H1.HeaderClassName
{
color: #D63ABE;
}
.AnyTagClassName
{
color: #D63ABE;
}
</style>
background-color css
<style>
a { background-color: #D63ABE; }
a { background-color: rgb(214,58,190); }
div.DivClassName
{
background-color: #D63ABE;
}
.BgClassName
{
background-color: #D63ABE;
}
</style>
border-color css
<style>
span { border-color: #D63ABE; }
span { border-color: rgb(214,58,190); }
td.TdClassName
{
border-color: #D63ABE;
}
.TagClassName
{
border-color: #D63ABE;
}
</style>