Shades of Fuchsia #D63DCD
Tints of Fuchsia #D63DCD
RGB
CMYK
RGB Variations
Color information
#D63DCD (or 0xD63DCD) is known color: Fuchsia. HEX triplet: D6, 3D and CD. RGB value is (214,61,205). Sum of RGB (Red+Green+Blue) = 214+61+205=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DCD is #29C232. Grayscale: #7A7A7A. Windows color (decimal): -2736691 or 13450710. OLE color: 13450710.
HSL color Cylindrical-coordinate representation of color #D63DCD: hue angle of 303.53º 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 #D63DCD is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 205 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.16 |
| HSL | 303.53º | 0.65% | 0.54% | - |
| HSV(B) | 303.53º | 0.71% | 0.84% | - |
| XYZ | 40.42 | 22.04 | 59.88 | - |
| YUV | 123.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 205 | 0 | 0.71 | 0.04 | 0.16 | 303.53 | 0.65 | 0.54 |
| Hex | D6 | 3D | CD | 0 | 47 | 4 | 10 | 130 | 41 | 36 |
| Octal | 326 | 75 | 315 | 0 | 107 | 4 | 20 | 460 | 101 | 66 |
| Binary | 11010110 | 111101 | 11001101 | 0 | 1000111 | 100 | 10000 | 100110000 | 1000001 | 110110 |
Color Harmonies of #D63DCD
Complementary color
Monochromatic Colors of #D63DCD
Black with #D63DCD
Text Example
Text Example
White with #D63DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DCD; }
p { color: rgb(214,61,205); }
H1.HeaderClassName
{
color: #D63DCD;
}
.AnyTagClassName
{
color: #D63DCD;
}
</style>
background-color css
<style>
a { background-color: #D63DCD; }
a { background-color: rgb(214,61,205); }
div.DivClassName
{
background-color: #D63DCD;
}
.BgClassName
{
background-color: #D63DCD;
}
</style>
border-color css
<style>
span { border-color: #D63DCD; }
span { border-color: rgb(214,61,205); }
td.TdClassName
{
border-color: #D63DCD;
}
.TagClassName
{
border-color: #D63DCD;
}
</style>