Shades of Fuchsia #D63BCF
Tints of Fuchsia #D63BCF
RGB
CMYK
RGB Variations
Color information
#D63BCF (or 0xD63BCF) is known color: Fuchsia. HEX triplet: D6, 3B and CF. RGB value is (214,59,207). Sum of RGB (Red+Green+Blue) = 214+59+207=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D63BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63BCF is #29C430. Grayscale: #797979. Windows color (decimal): -2737201 or 13581270. OLE color: 13581270.
HSL color Cylindrical-coordinate representation of color #D63BCF: hue angle of 302.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63BCF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 207 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.16 |
| HSL | 302.71º | 0.65% | 0.54% | - |
| HSV(B) | 302.71º | 0.72% | 0.84% | - |
| XYZ | 40.56 | 21.93 | 61.13 | - |
| YUV | 122.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 207 | 0 | 0.72 | 0.03 | 0.16 | 302.71 | 0.65 | 0.54 |
| Hex | D6 | 3B | CF | 0 | 48 | 3 | 10 | 12F | 41 | 36 |
| Octal | 326 | 73 | 317 | 0 | 110 | 3 | 20 | 457 | 101 | 66 |
| Binary | 11010110 | 111011 | 11001111 | 0 | 1001000 | 11 | 10000 | 100101111 | 1000001 | 110110 |
Color Harmonies of #D63BCF
Complementary color
Monochromatic Colors of #D63BCF
Black with #D63BCF
Text Example
Text Example
White with #D63BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63BCF; }
p { color: rgb(214,59,207); }
H1.HeaderClassName
{
color: #D63BCF;
}
.AnyTagClassName
{
color: #D63BCF;
}
</style>
background-color css
<style>
a { background-color: #D63BCF; }
a { background-color: rgb(214,59,207); }
div.DivClassName
{
background-color: #D63BCF;
}
.BgClassName
{
background-color: #D63BCF;
}
</style>
border-color css
<style>
span { border-color: #D63BCF; }
span { border-color: rgb(214,59,207); }
td.TdClassName
{
border-color: #D63BCF;
}
.TagClassName
{
border-color: #D63BCF;
}
</style>