Shades of Fuchsia #D63DC7
Tints of Fuchsia #D63DC7
RGB
CMYK
RGB Variations
Color information
#D63DC7 (or 0xD63DC7) is known color: Fuchsia. HEX triplet: D6, 3D and C7. RGB value is (214,61,199). Sum of RGB (Red+Green+Blue) = 214+61+199=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DC7 is #29C238. Grayscale: #7A7A7A. Windows color (decimal): -2736697 or 13057494. OLE color: 13057494.
HSL color Cylindrical-coordinate representation of color #D63DC7: hue angle of 305.88º 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 #D63DC7 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 199 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.16 |
| HSL | 305.88º | 0.65% | 0.54% | - |
| HSV(B) | 305.88º | 0.71% | 0.84% | - |
| XYZ | 39.71 | 21.76 | 56.14 | - |
| YUV | 122.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 199 | 0 | 0.71 | 0.07 | 0.16 | 305.88 | 0.65 | 0.54 |
| Hex | D6 | 3D | C7 | 0 | 47 | 7 | 10 | 132 | 41 | 36 |
| Octal | 326 | 75 | 307 | 0 | 107 | 7 | 20 | 462 | 101 | 66 |
| Binary | 11010110 | 111101 | 11000111 | 0 | 1000111 | 111 | 10000 | 100110010 | 1000001 | 110110 |
Color Harmonies of #D63DC7
Complementary color
Monochromatic Colors of #D63DC7
Black with #D63DC7
Text Example
Text Example
White with #D63DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DC7; }
p { color: rgb(214,61,199); }
H1.HeaderClassName
{
color: #D63DC7;
}
.AnyTagClassName
{
color: #D63DC7;
}
</style>
background-color css
<style>
a { background-color: #D63DC7; }
a { background-color: rgb(214,61,199); }
div.DivClassName
{
background-color: #D63DC7;
}
.BgClassName
{
background-color: #D63DC7;
}
</style>
border-color css
<style>
span { border-color: #D63DC7; }
span { border-color: rgb(214,61,199); }
td.TdClassName
{
border-color: #D63DC7;
}
.TagClassName
{
border-color: #D63DC7;
}
</style>