Shades of Fuchsia #D35EBC
Tints of Fuchsia #D35EBC
RGB
CMYK
RGB Variations
Color information
#D35EBC (or 0xD35EBC) is known color: Fuchsia. HEX triplet: D3, 5E and BC. RGB value is (211,94,188). Sum of RGB (Red+Green+Blue) = 211+94+188=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D35EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EBC is #2CA143. Grayscale: #8B8B8B. Windows color (decimal): -2924868 or 12345043. OLE color: 12345043.
HSL color Cylindrical-coordinate representation of color #D35EBC: hue angle of 311.79º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35EBC is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 94 | 188 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.17 |
| HSL | 311.79º | 0.57% | 0.6% | - |
| HSV(B) | 311.79º | 0.55% | 0.83% | - |
| XYZ | 39.94 | 25.49 | 50.39 | - |
| YUV | 139.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 188 | 0 | 0.55 | 0.11 | 0.17 | 311.79 | 0.57 | 0.6 |
| Hex | D3 | 5E | BC | 0 | 37 | B | 11 | 138 | 39 | 3C |
| Octal | 323 | 136 | 274 | 0 | 67 | 13 | 21 | 470 | 71 | 74 |
| Binary | 11010011 | 1011110 | 10111100 | 0 | 110111 | 1011 | 10001 | 100111000 | 111001 | 111100 |
Color Harmonies of #D35EBC
Complementary color
Monochromatic Colors of #D35EBC
Black with #D35EBC
Text Example
Text Example
White with #D35EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35EBC; }
p { color: rgb(211,94,188); }
H1.HeaderClassName
{
color: #D35EBC;
}
.AnyTagClassName
{
color: #D35EBC;
}
</style>
background-color css
<style>
a { background-color: #D35EBC; }
a { background-color: rgb(211,94,188); }
div.DivClassName
{
background-color: #D35EBC;
}
.BgClassName
{
background-color: #D35EBC;
}
</style>
border-color css
<style>
span { border-color: #D35EBC; }
span { border-color: rgb(211,94,188); }
td.TdClassName
{
border-color: #D35EBC;
}
.TagClassName
{
border-color: #D35EBC;
}
</style>