Shades of Fuchsia #D05DC1
Tints of Fuchsia #D05DC1
RGB
CMYK
RGB Variations
Color information
#D05DC1 (or 0xD05DC1) is known color: Fuchsia. HEX triplet: D0, 5D and C1. RGB value is (208,93,193). Sum of RGB (Red+Green+Blue) = 208+93+193=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05DC1 is #2FA23E. Grayscale: #8A8A8A. Windows color (decimal): -3121727 or 12672464. OLE color: 12672464.
HSL color Cylindrical-coordinate representation of color #D05DC1: hue angle of 307.83º 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 #D05DC1 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 193 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.18 |
| HSL | 307.83º | 0.55% | 0.59% | - |
| HSV(B) | 307.83º | 0.55% | 0.82% | - |
| XYZ | 39.55 | 25.09 | 53.21 | - |
| YUV | 138.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 193 | 0 | 0.55 | 0.07 | 0.18 | 307.83 | 0.55 | 0.59 |
| Hex | D0 | 5D | C1 | 0 | 37 | 7 | 12 | 134 | 37 | 3B |
| Octal | 320 | 135 | 301 | 0 | 67 | 7 | 22 | 464 | 67 | 73 |
| Binary | 11010000 | 1011101 | 11000001 | 0 | 110111 | 111 | 10010 | 100110100 | 110111 | 111011 |
Color Harmonies of #D05DC1
Complementary color
Monochromatic Colors of #D05DC1
Black with #D05DC1
Text Example
Text Example
White with #D05DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DC1; }
p { color: rgb(208,93,193); }
H1.HeaderClassName
{
color: #D05DC1;
}
.AnyTagClassName
{
color: #D05DC1;
}
</style>
background-color css
<style>
a { background-color: #D05DC1; }
a { background-color: rgb(208,93,193); }
div.DivClassName
{
background-color: #D05DC1;
}
.BgClassName
{
background-color: #D05DC1;
}
</style>
border-color css
<style>
span { border-color: #D05DC1; }
span { border-color: rgb(208,93,193); }
td.TdClassName
{
border-color: #D05DC1;
}
.TagClassName
{
border-color: #D05DC1;
}
</style>