Shades of Fuchsia #D05DC5
Tints of Fuchsia #D05DC5
RGB
CMYK
RGB Variations
Color information
#D05DC5 (or 0xD05DC5) is known color: Fuchsia. HEX triplet: D0, 5D and C5. RGB value is (208,93,197). Sum of RGB (Red+Green+Blue) = 208+93+197=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DC5 is #2FA23A. Grayscale: #8A8A8A. Windows color (decimal): -3121723 or 12934608. OLE color: 12934608.
HSL color Cylindrical-coordinate representation of color #D05DC5: hue angle of 305.74º 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 #D05DC5 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 197 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.18 |
| HSL | 305.74º | 0.55% | 0.59% | - |
| HSV(B) | 305.74º | 0.55% | 0.82% | - |
| XYZ | 40 | 25.27 | 55.59 | - |
| YUV | 139.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 197 | 0 | 0.55 | 0.05 | 0.18 | 305.74 | 0.55 | 0.59 |
| Hex | D0 | 5D | C5 | 0 | 37 | 5 | 12 | 132 | 37 | 3B |
| Octal | 320 | 135 | 305 | 0 | 67 | 5 | 22 | 462 | 67 | 73 |
| Binary | 11010000 | 1011101 | 11000101 | 0 | 110111 | 101 | 10010 | 100110010 | 110111 | 111011 |
Color Harmonies of #D05DC5
Complementary color
Monochromatic Colors of #D05DC5
Black with #D05DC5
Text Example
Text Example
White with #D05DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DC5; }
p { color: rgb(208,93,197); }
H1.HeaderClassName
{
color: #D05DC5;
}
.AnyTagClassName
{
color: #D05DC5;
}
</style>
background-color css
<style>
a { background-color: #D05DC5; }
a { background-color: rgb(208,93,197); }
div.DivClassName
{
background-color: #D05DC5;
}
.BgClassName
{
background-color: #D05DC5;
}
</style>
border-color css
<style>
span { border-color: #D05DC5; }
span { border-color: rgb(208,93,197); }
td.TdClassName
{
border-color: #D05DC5;
}
.TagClassName
{
border-color: #D05DC5;
}
</style>