Shades of Fuchsia #D63ABB
Tints of Fuchsia #D63ABB
RGB
CMYK
RGB Variations
Color information
#D63ABB (or 0xD63ABB) is known color: Fuchsia. HEX triplet: D6, 3A and BB. RGB value is (214,58,187). Sum of RGB (Red+Green+Blue) = 214+58+187=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D63ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ABB is #29C544. Grayscale: #767676. Windows color (decimal): -2737477 or 12270294. OLE color: 12270294.
HSL color Cylindrical-coordinate representation of color #D63ABB: hue angle of 310.38º 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 #D63ABB is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 187 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.16 |
| HSL | 310.38º | 0.66% | 0.53% | - |
| HSV(B) | 310.38º | 0.73% | 0.84% | - |
| XYZ | 38.21 | 20.91 | 49.04 | - |
| YUV | 119.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 187 | 0 | 0.73 | 0.13 | 0.16 | 310.38 | 0.66 | 0.53 |
| Hex | D6 | 3A | BB | 0 | 49 | D | 10 | 136 | 42 | 35 |
| Octal | 326 | 72 | 273 | 0 | 111 | 15 | 20 | 466 | 102 | 65 |
| Binary | 11010110 | 111010 | 10111011 | 0 | 1001001 | 1101 | 10000 | 100110110 | 1000010 | 110101 |
Color Harmonies of #D63ABB
Complementary color
Monochromatic Colors of #D63ABB
Black with #D63ABB
Text Example
Text Example
White with #D63ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63ABB; }
p { color: rgb(214,58,187); }
H1.HeaderClassName
{
color: #D63ABB;
}
.AnyTagClassName
{
color: #D63ABB;
}
</style>
background-color css
<style>
a { background-color: #D63ABB; }
a { background-color: rgb(214,58,187); }
div.DivClassName
{
background-color: #D63ABB;
}
.BgClassName
{
background-color: #D63ABB;
}
</style>
border-color css
<style>
span { border-color: #D63ABB; }
span { border-color: rgb(214,58,187); }
td.TdClassName
{
border-color: #D63ABB;
}
.TagClassName
{
border-color: #D63ABB;
}
</style>