Shades of Fuchsia #D63CBF
Tints of Fuchsia #D63CBF
RGB
CMYK
RGB Variations
Color information
#D63CBF (or 0xD63CBF) is known color: Fuchsia. HEX triplet: D6, 3C and BF. RGB value is (214,60,191). Sum of RGB (Red+Green+Blue) = 214+60+191=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CBF is #29C340. Grayscale: #787878. Windows color (decimal): -2736961 or 12532950. OLE color: 12532950.
HSL color Cylindrical-coordinate representation of color #D63CBF: hue angle of 308.96º 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 #D63CBF is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 191 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.16 |
| HSL | 308.96º | 0.65% | 0.54% | - |
| HSV(B) | 308.96º | 0.72% | 0.84% | - |
| XYZ | 38.75 | 21.29 | 51.36 | - |
| YUV | 120.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 191 | 0 | 0.72 | 0.11 | 0.16 | 308.96 | 0.65 | 0.54 |
| Hex | D6 | 3C | BF | 0 | 48 | B | 10 | 135 | 41 | 36 |
| Octal | 326 | 74 | 277 | 0 | 110 | 13 | 20 | 465 | 101 | 66 |
| Binary | 11010110 | 111100 | 10111111 | 0 | 1001000 | 1011 | 10000 | 100110101 | 1000001 | 110110 |
Color Harmonies of #D63CBF
Complementary color
Monochromatic Colors of #D63CBF
Black with #D63CBF
Text Example
Text Example
White with #D63CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63CBF; }
p { color: rgb(214,60,191); }
H1.HeaderClassName
{
color: #D63CBF;
}
.AnyTagClassName
{
color: #D63CBF;
}
</style>
background-color css
<style>
a { background-color: #D63CBF; }
a { background-color: rgb(214,60,191); }
div.DivClassName
{
background-color: #D63CBF;
}
.BgClassName
{
background-color: #D63CBF;
}
</style>
border-color css
<style>
span { border-color: #D63CBF; }
span { border-color: rgb(214,60,191); }
td.TdClassName
{
border-color: #D63CBF;
}
.TagClassName
{
border-color: #D63CBF;
}
</style>