Shades of Fuchsia #D05FC0
Tints of Fuchsia #D05FC0
RGB
CMYK
RGB Variations
Color information
#D05FC0 (or 0xD05FC0) is known color: Fuchsia. HEX triplet: D0, 5F and C0. RGB value is (208,95,192). Sum of RGB (Red+Green+Blue) = 208+95+192=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FC0 is #2FA03F. Grayscale: #8B8B8B. Windows color (decimal): -3121216 or 12607440. OLE color: 12607440.
HSL color Cylindrical-coordinate representation of color #D05FC0: hue angle of 308.5º 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 #D05FC0 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 192 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.18 |
| HSL | 308.5º | 0.55% | 0.59% | - |
| HSV(B) | 308.5º | 0.54% | 0.82% | - |
| XYZ | 39.62 | 25.4 | 52.68 | - |
| YUV | 139.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 192 | 0 | 0.54 | 0.08 | 0.18 | 308.5 | 0.55 | 0.59 |
| Hex | D0 | 5F | C0 | 0 | 36 | 8 | 12 | 134 | 37 | 3B |
| Octal | 320 | 137 | 300 | 0 | 66 | 10 | 22 | 464 | 67 | 73 |
| Binary | 11010000 | 1011111 | 11000000 | 0 | 110110 | 1000 | 10010 | 100110100 | 110111 | 111011 |
Color Harmonies of #D05FC0
Complementary color
Monochromatic Colors of #D05FC0
Black with #D05FC0
Text Example
Text Example
White with #D05FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FC0; }
p { color: rgb(208,95,192); }
H1.HeaderClassName
{
color: #D05FC0;
}
.AnyTagClassName
{
color: #D05FC0;
}
</style>
background-color css
<style>
a { background-color: #D05FC0; }
a { background-color: rgb(208,95,192); }
div.DivClassName
{
background-color: #D05FC0;
}
.BgClassName
{
background-color: #D05FC0;
}
</style>
border-color css
<style>
span { border-color: #D05FC0; }
span { border-color: rgb(208,95,192); }
td.TdClassName
{
border-color: #D05FC0;
}
.TagClassName
{
border-color: #D05FC0;
}
</style>