Shades of Fuchsia #D63DC4
Tints of Fuchsia #D63DC4
RGB
CMYK
RGB Variations
Color information
#D63DC4 (or 0xD63DC4) is known color: Fuchsia. HEX triplet: D6, 3D and C4. RGB value is (214,61,196). Sum of RGB (Red+Green+Blue) = 214+61+196=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DC4 is #29C23B. Grayscale: #797979. Windows color (decimal): -2736700 or 12860886. OLE color: 12860886.
HSL color Cylindrical-coordinate representation of color #D63DC4: hue angle of 307.06º 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 #D63DC4 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 196 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.16 |
| HSL | 307.06º | 0.65% | 0.54% | - |
| HSV(B) | 307.06º | 0.71% | 0.84% | - |
| XYZ | 39.36 | 21.62 | 54.32 | - |
| YUV | 122.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 196 | 0 | 0.71 | 0.08 | 0.16 | 307.06 | 0.65 | 0.54 |
| Hex | D6 | 3D | C4 | 0 | 47 | 8 | 10 | 133 | 41 | 36 |
| Octal | 326 | 75 | 304 | 0 | 107 | 10 | 20 | 463 | 101 | 66 |
| Binary | 11010110 | 111101 | 11000100 | 0 | 1000111 | 1000 | 10000 | 100110011 | 1000001 | 110110 |
Color Harmonies of #D63DC4
Complementary color
Monochromatic Colors of #D63DC4
Black with #D63DC4
Text Example
Text Example
White with #D63DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63DC4; }
p { color: rgb(214,61,196); }
H1.HeaderClassName
{
color: #D63DC4;
}
.AnyTagClassName
{
color: #D63DC4;
}
</style>
background-color css
<style>
a { background-color: #D63DC4; }
a { background-color: rgb(214,61,196); }
div.DivClassName
{
background-color: #D63DC4;
}
.BgClassName
{
background-color: #D63DC4;
}
</style>
border-color css
<style>
span { border-color: #D63DC4; }
span { border-color: rgb(214,61,196); }
td.TdClassName
{
border-color: #D63DC4;
}
.TagClassName
{
border-color: #D63DC4;
}
</style>