Shades of Fuchsia #D93EBC
Tints of Fuchsia #D93EBC
RGB
CMYK
RGB Variations
Color information
#D93EBC (or 0xD93EBC) is known color: Fuchsia. HEX triplet: D9, 3E and BC. RGB value is (217,62,188). Sum of RGB (Red+Green+Blue) = 217+62+188=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D93EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93EBC is #26C143. Grayscale: #7A7A7A. Windows color (decimal): -2539844 or 12336857. OLE color: 12336857.
HSL color Cylindrical-coordinate representation of color #D93EBC: hue angle of 311.23º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93EBC is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 62 | 188 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.15 |
| HSL | 311.23º | 0.67% | 0.55% | - |
| HSV(B) | 311.23º | 0.71% | 0.85% | - |
| XYZ | 39.42 | 21.83 | 49.71 | - |
| YUV | 122.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 62 | 188 | 0 | 0.71 | 0.13 | 0.15 | 311.23 | 0.67 | 0.55 |
| Hex | D9 | 3E | BC | 0 | 47 | D | F | 137 | 43 | 37 |
| Octal | 331 | 76 | 274 | 0 | 107 | 15 | 17 | 467 | 103 | 67 |
| Binary | 11011001 | 111110 | 10111100 | 0 | 1000111 | 1101 | 1111 | 100110111 | 1000011 | 110111 |
Color Harmonies of #D93EBC
Complementary color
Monochromatic Colors of #D93EBC
Black with #D93EBC
Text Example
Text Example
White with #D93EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93EBC; }
p { color: rgb(217,62,188); }
H1.HeaderClassName
{
color: #D93EBC;
}
.AnyTagClassName
{
color: #D93EBC;
}
</style>
background-color css
<style>
a { background-color: #D93EBC; }
a { background-color: rgb(217,62,188); }
div.DivClassName
{
background-color: #D93EBC;
}
.BgClassName
{
background-color: #D93EBC;
}
</style>
border-color css
<style>
span { border-color: #D93EBC; }
span { border-color: rgb(217,62,188); }
td.TdClassName
{
border-color: #D93EBC;
}
.TagClassName
{
border-color: #D93EBC;
}
</style>