Shades of Fuchsia #D05FAD
Tints of Fuchsia #D05FAD
RGB
CMYK
RGB Variations
Color information
#D05FAD (or 0xD05FAD) is known color: Fuchsia. HEX triplet: D0, 5F and AD. RGB value is (208,95,173). Sum of RGB (Red+Green+Blue) = 208+95+173=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05FAD is #2FA052. Grayscale: #898989. Windows color (decimal): -3121235 or 11362256. OLE color: 11362256.
HSL color Cylindrical-coordinate representation of color #D05FAD: hue angle of 318.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05FAD is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 173 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.18 |
| HSL | 318.58º | 0.55% | 0.59% | - |
| HSV(B) | 318.58º | 0.54% | 0.82% | - |
| XYZ | 37.65 | 24.61 | 42.3 | - |
| YUV | 137.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 173 | 0 | 0.54 | 0.17 | 0.18 | 318.58 | 0.55 | 0.59 |
| Hex | D0 | 5F | AD | 0 | 36 | 11 | 12 | 13F | 37 | 3B |
| Octal | 320 | 137 | 255 | 0 | 66 | 21 | 22 | 477 | 67 | 73 |
| Binary | 11010000 | 1011111 | 10101101 | 0 | 110110 | 10001 | 10010 | 100111111 | 110111 | 111011 |
Color Harmonies of #D05FAD
Complementary color
Monochromatic Colors of #D05FAD
Black with #D05FAD
Text Example
Text Example
White with #D05FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FAD; }
p { color: rgb(208,95,173); }
H1.HeaderClassName
{
color: #D05FAD;
}
.AnyTagClassName
{
color: #D05FAD;
}
</style>
background-color css
<style>
a { background-color: #D05FAD; }
a { background-color: rgb(208,95,173); }
div.DivClassName
{
background-color: #D05FAD;
}
.BgClassName
{
background-color: #D05FAD;
}
</style>
border-color css
<style>
span { border-color: #D05FAD; }
span { border-color: rgb(208,95,173); }
td.TdClassName
{
border-color: #D05FAD;
}
.TagClassName
{
border-color: #D05FAD;
}
</style>