Shades of Fuchsia #D05DB1
Tints of Fuchsia #D05DB1
RGB
CMYK
RGB Variations
Color information
#D05DB1 (or 0xD05DB1) is known color: Fuchsia. HEX triplet: D0, 5D and B1. RGB value is (208,93,177). Sum of RGB (Red+Green+Blue) = 208+93+177=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05DB1 is #2FA24E. Grayscale: #888888. Windows color (decimal): -3121743 or 11623888. OLE color: 11623888.
HSL color Cylindrical-coordinate representation of color #D05DB1: hue angle of 316.17º 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 #D05DB1 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 177 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.18 |
| HSL | 316.17º | 0.55% | 0.59% | - |
| HSV(B) | 316.17º | 0.55% | 0.82% | - |
| XYZ | 37.86 | 24.41 | 44.31 | - |
| YUV | 136.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 177 | 0 | 0.55 | 0.15 | 0.18 | 316.17 | 0.55 | 0.59 |
| Hex | D0 | 5D | B1 | 0 | 37 | F | 12 | 13C | 37 | 3B |
| Octal | 320 | 135 | 261 | 0 | 67 | 17 | 22 | 474 | 67 | 73 |
| Binary | 11010000 | 1011101 | 10110001 | 0 | 110111 | 1111 | 10010 | 100111100 | 110111 | 111011 |
Color Harmonies of #D05DB1
Complementary color
Monochromatic Colors of #D05DB1
Black with #D05DB1
Text Example
Text Example
White with #D05DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05DB1; }
p { color: rgb(208,93,177); }
H1.HeaderClassName
{
color: #D05DB1;
}
.AnyTagClassName
{
color: #D05DB1;
}
</style>
background-color css
<style>
a { background-color: #D05DB1; }
a { background-color: rgb(208,93,177); }
div.DivClassName
{
background-color: #D05DB1;
}
.BgClassName
{
background-color: #D05DB1;
}
</style>
border-color css
<style>
span { border-color: #D05DB1; }
span { border-color: rgb(208,93,177); }
td.TdClassName
{
border-color: #D05DB1;
}
.TagClassName
{
border-color: #D05DB1;
}
</style>