Shades of Fuchsia #D05DC9
Tints of Fuchsia #D05DC9
RGB
CMYK
RGB Variations
Color information
#D05DC9 (or 0xD05DC9) is known color: Fuchsia. HEX triplet: D0, 5D and C9. RGB value is (208,93,201). Sum of RGB (Red+Green+Blue) = 208+93+201=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DC9 is #2FA236. Grayscale: #8B8B8B. Windows color (decimal): -3121719 or 13196752. OLE color: 13196752.
HSL color Cylindrical-coordinate representation of color #D05DC9: hue angle of 303.65º 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 #D05DC9 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 201 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.18 |
| HSL | 303.65º | 0.55% | 0.59% | - |
| HSV(B) | 303.65º | 0.55% | 0.82% | - |
| XYZ | 40.47 | 25.46 | 58.04 | - |
| YUV | 139.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 201 | 0 | 0.55 | 0.03 | 0.18 | 303.65 | 0.55 | 0.59 |
| Hex | D0 | 5D | C9 | 0 | 37 | 3 | 12 | 130 | 37 | 3B |
| Octal | 320 | 135 | 311 | 0 | 67 | 3 | 22 | 460 | 67 | 73 |
| Binary | 11010000 | 1011101 | 11001001 | 0 | 110111 | 11 | 10010 | 100110000 | 110111 | 111011 |
Color Harmonies of #D05DC9
Complementary color
Monochromatic Colors of #D05DC9
Black with #D05DC9
Text Example
Text Example
White with #D05DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DC9; }
p { color: rgb(208,93,201); }
H1.HeaderClassName
{
color: #D05DC9;
}
.AnyTagClassName
{
color: #D05DC9;
}
</style>
background-color css
<style>
a { background-color: #D05DC9; }
a { background-color: rgb(208,93,201); }
div.DivClassName
{
background-color: #D05DC9;
}
.BgClassName
{
background-color: #D05DC9;
}
</style>
border-color css
<style>
span { border-color: #D05DC9; }
span { border-color: rgb(208,93,201); }
td.TdClassName
{
border-color: #D05DC9;
}
.TagClassName
{
border-color: #D05DC9;
}
</style>