Shades of Fuchsia #D05ECD
Tints of Fuchsia #D05ECD
RGB
CMYK
RGB Variations
Color information
#D05ECD (or 0xD05ECD) is known color: Fuchsia. HEX triplet: D0, 5E and CD. RGB value is (208,94,205). Sum of RGB (Red+Green+Blue) = 208+94+205=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ECD is #2FA132. Grayscale: #8C8C8C. Windows color (decimal): -3121459 or 13459152. OLE color: 13459152.
HSL color Cylindrical-coordinate representation of color #D05ECD: hue angle of 301.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05ECD is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 205 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.18 |
| HSL | 301.58º | 0.55% | 0.59% | - |
| HSV(B) | 301.58º | 0.55% | 0.82% | - |
| XYZ | 41.03 | 25.82 | 60.58 | - |
| YUV | 140.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 205 | 0 | 0.55 | 0.01 | 0.18 | 301.58 | 0.55 | 0.59 |
| Hex | D0 | 5E | CD | 0 | 37 | 1 | 12 | 12E | 37 | 3B |
| Octal | 320 | 136 | 315 | 0 | 67 | 1 | 22 | 456 | 67 | 73 |
| Binary | 11010000 | 1011110 | 11001101 | 0 | 110111 | 1 | 10010 | 100101110 | 110111 | 111011 |
Color Harmonies of #D05ECD
Complementary color
Monochromatic Colors of #D05ECD
Black with #D05ECD
Text Example
Text Example
White with #D05ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05ECD; }
p { color: rgb(208,94,205); }
H1.HeaderClassName
{
color: #D05ECD;
}
.AnyTagClassName
{
color: #D05ECD;
}
</style>
background-color css
<style>
a { background-color: #D05ECD; }
a { background-color: rgb(208,94,205); }
div.DivClassName
{
background-color: #D05ECD;
}
.BgClassName
{
background-color: #D05ECD;
}
</style>
border-color css
<style>
span { border-color: #D05ECD; }
span { border-color: rgb(208,94,205); }
td.TdClassName
{
border-color: #D05ECD;
}
.TagClassName
{
border-color: #D05ECD;
}
</style>