Shades of Fuchsia #D65EC1
Tints of Fuchsia #D65EC1
RGB
CMYK
RGB Variations
Color information
#D65EC1 (or 0xD65EC1) is known color: Fuchsia. HEX triplet: D6, 5E and C1. RGB value is (214,94,193). Sum of RGB (Red+Green+Blue) = 214+94+193=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EC1 is #29A13E. Grayscale: #8C8C8C. Windows color (decimal): -2728255 or 12672726. OLE color: 12672726.
HSL color Cylindrical-coordinate representation of color #D65EC1: hue angle of 310.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65EC1 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 193 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.16 |
| HSL | 310.5º | 0.59% | 0.6% | - |
| HSV(B) | 310.5º | 0.56% | 0.84% | - |
| XYZ | 41.36 | 26.15 | 53.32 | - |
| YUV | 141.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 193 | 0 | 0.56 | 0.10 | 0.16 | 310.5 | 0.59 | 0.6 |
| Hex | D6 | 5E | C1 | 0 | 38 | A | 10 | 136 | 3B | 3C |
| Octal | 326 | 136 | 301 | 0 | 70 | 12 | 20 | 466 | 73 | 74 |
| Binary | 11010110 | 1011110 | 11000001 | 0 | 111000 | 1010 | 10000 | 100110110 | 111011 | 111100 |
Color Harmonies of #D65EC1
Complementary color
Monochromatic Colors of #D65EC1
Black with #D65EC1
Text Example
Text Example
White with #D65EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EC1; }
p { color: rgb(214,94,193); }
H1.HeaderClassName
{
color: #D65EC1;
}
.AnyTagClassName
{
color: #D65EC1;
}
</style>
background-color css
<style>
a { background-color: #D65EC1; }
a { background-color: rgb(214,94,193); }
div.DivClassName
{
background-color: #D65EC1;
}
.BgClassName
{
background-color: #D65EC1;
}
</style>
border-color css
<style>
span { border-color: #D65EC1; }
span { border-color: rgb(214,94,193); }
td.TdClassName
{
border-color: #D65EC1;
}
.TagClassName
{
border-color: #D65EC1;
}
</style>