Shades of Fuchsia #D05FCC
Tints of Fuchsia #D05FCC
RGB
CMYK
RGB Variations
Color information
#D05FCC (or 0xD05FCC) is known color: Fuchsia. HEX triplet: D0, 5F and CC. RGB value is (208,95,204). Sum of RGB (Red+Green+Blue) = 208+95+204=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FCC is #2FA033. Grayscale: #8C8C8C. Windows color (decimal): -3121204 or 13393872. OLE color: 13393872.
HSL color Cylindrical-coordinate representation of color #D05FCC: hue angle of 302.12º 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 #D05FCC is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 204 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.18 |
| HSL | 302.12º | 0.55% | 0.59% | - |
| HSV(B) | 302.12º | 0.54% | 0.82% | - |
| XYZ | 41 | 25.95 | 59.98 | - |
| YUV | 141.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 204 | 0 | 0.54 | 0.02 | 0.18 | 302.12 | 0.55 | 0.59 |
| Hex | D0 | 5F | CC | 0 | 36 | 2 | 12 | 12E | 37 | 3B |
| Octal | 320 | 137 | 314 | 0 | 66 | 2 | 22 | 456 | 67 | 73 |
| Binary | 11010000 | 1011111 | 11001100 | 0 | 110110 | 10 | 10010 | 100101110 | 110111 | 111011 |
Color Harmonies of #D05FCC
Complementary color
Monochromatic Colors of #D05FCC
Black with #D05FCC
Text Example
Text Example
White with #D05FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FCC; }
p { color: rgb(208,95,204); }
H1.HeaderClassName
{
color: #D05FCC;
}
.AnyTagClassName
{
color: #D05FCC;
}
</style>
background-color css
<style>
a { background-color: #D05FCC; }
a { background-color: rgb(208,95,204); }
div.DivClassName
{
background-color: #D05FCC;
}
.BgClassName
{
background-color: #D05FCC;
}
</style>
border-color css
<style>
span { border-color: #D05FCC; }
span { border-color: rgb(208,95,204); }
td.TdClassName
{
border-color: #D05FCC;
}
.TagClassName
{
border-color: #D05FCC;
}
</style>