Shades of Fuchsia #D63DC6
Tints of Fuchsia #D63DC6
RGB
CMYK
RGB Variations
Color information
#D63DC6 (or 0xD63DC6) is known color: Fuchsia. HEX triplet: D6, 3D and C6. RGB value is (214,61,198). Sum of RGB (Red+Green+Blue) = 214+61+198=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DC6 is #29C239. Grayscale: #797979. Windows color (decimal): -2736698 or 12991958. OLE color: 12991958.
HSL color Cylindrical-coordinate representation of color #D63DC6: hue angle of 306.27º 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 #D63DC6 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 198 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.16 |
| HSL | 306.27º | 0.65% | 0.54% | - |
| HSV(B) | 306.27º | 0.71% | 0.84% | - |
| XYZ | 39.59 | 21.71 | 55.53 | - |
| YUV | 122.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 198 | 0 | 0.71 | 0.07 | 0.16 | 306.27 | 0.65 | 0.54 |
| Hex | D6 | 3D | C6 | 0 | 47 | 7 | 10 | 132 | 41 | 36 |
| Octal | 326 | 75 | 306 | 0 | 107 | 7 | 20 | 462 | 101 | 66 |
| Binary | 11010110 | 111101 | 11000110 | 0 | 1000111 | 111 | 10000 | 100110010 | 1000001 | 110110 |
Color Harmonies of #D63DC6
Complementary color
Monochromatic Colors of #D63DC6
Black with #D63DC6
Text Example
Text Example
White with #D63DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DC6; }
p { color: rgb(214,61,198); }
H1.HeaderClassName
{
color: #D63DC6;
}
.AnyTagClassName
{
color: #D63DC6;
}
</style>
background-color css
<style>
a { background-color: #D63DC6; }
a { background-color: rgb(214,61,198); }
div.DivClassName
{
background-color: #D63DC6;
}
.BgClassName
{
background-color: #D63DC6;
}
</style>
border-color css
<style>
span { border-color: #D63DC6; }
span { border-color: rgb(214,61,198); }
td.TdClassName
{
border-color: #D63DC6;
}
.TagClassName
{
border-color: #D63DC6;
}
</style>