Shades of Fuchsia #D63FB5
Tints of Fuchsia #D63FB5
RGB
CMYK
RGB Variations
Color information
#D63FB5 (or 0xD63FB5) is known color: Fuchsia. HEX triplet: D6, 3F and B5. RGB value is (214,63,181). Sum of RGB (Red+Green+Blue) = 214+63+181=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D63FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FB5 is #29C04A. Grayscale: #797979. Windows color (decimal): -2736203 or 11878358. OLE color: 11878358.
HSL color Cylindrical-coordinate representation of color #D63FB5: hue angle of 313.11º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FB5 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 181 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.16 |
| HSL | 313.11º | 0.65% | 0.54% | - |
| HSV(B) | 313.11º | 0.71% | 0.84% | - |
| XYZ | 37.85 | 21.19 | 45.81 | - |
| YUV | 121.6 | 161.53 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 181 | 0 | 0.71 | 0.15 | 0.16 | 313.11 | 0.65 | 0.54 |
| Hex | D6 | 3F | B5 | 0 | 47 | F | 10 | 139 | 41 | 36 |
| Octal | 326 | 77 | 265 | 0 | 107 | 17 | 20 | 471 | 101 | 66 |
| Binary | 11010110 | 111111 | 10110101 | 0 | 1000111 | 1111 | 10000 | 100111001 | 1000001 | 110110 |
Color Harmonies of #D63FB5
Complementary color
Monochromatic Colors of #D63FB5
Black with #D63FB5
Text Example
Text Example
White with #D63FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63FB5; }
p { color: rgb(214,63,181); }
H1.HeaderClassName
{
color: #D63FB5;
}
.AnyTagClassName
{
color: #D63FB5;
}
</style>
background-color css
<style>
a { background-color: #D63FB5; }
a { background-color: rgb(214,63,181); }
div.DivClassName
{
background-color: #D63FB5;
}
.BgClassName
{
background-color: #D63FB5;
}
</style>
border-color css
<style>
span { border-color: #D63FB5; }
span { border-color: rgb(214,63,181); }
td.TdClassName
{
border-color: #D63FB5;
}
.TagClassName
{
border-color: #D63FB5;
}
</style>