Shades of Fuchsia #D05AC1
Tints of Fuchsia #D05AC1
RGB
CMYK
RGB Variations
Color information
#D05AC1 (or 0xD05AC1) is known color: Fuchsia. HEX triplet: D0, 5A and C1. RGB value is (208,90,193). Sum of RGB (Red+Green+Blue) = 208+90+193=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05AC1 is #2FA53E. Grayscale: #888888. Windows color (decimal): -3122495 or 12671696. OLE color: 12671696.
HSL color Cylindrical-coordinate representation of color #D05AC1: hue angle of 307.63º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05AC1 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 193 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.18 |
| HSL | 307.63º | 0.56% | 0.58% | - |
| HSV(B) | 307.63º | 0.57% | 0.82% | - |
| XYZ | 39.29 | 24.57 | 53.12 | - |
| YUV | 137.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 193 | 0 | 0.57 | 0.07 | 0.18 | 307.63 | 0.56 | 0.58 |
| Hex | D0 | 5A | C1 | 0 | 39 | 7 | 12 | 134 | 38 | 3A |
| Octal | 320 | 132 | 301 | 0 | 71 | 7 | 22 | 464 | 70 | 72 |
| Binary | 11010000 | 1011010 | 11000001 | 0 | 111001 | 111 | 10010 | 100110100 | 111000 | 111010 |
Color Harmonies of #D05AC1
Complementary color
Monochromatic Colors of #D05AC1
Black with #D05AC1
Text Example
Text Example
White with #D05AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05AC1; }
p { color: rgb(208,90,193); }
H1.HeaderClassName
{
color: #D05AC1;
}
.AnyTagClassName
{
color: #D05AC1;
}
</style>
background-color css
<style>
a { background-color: #D05AC1; }
a { background-color: rgb(208,90,193); }
div.DivClassName
{
background-color: #D05AC1;
}
.BgClassName
{
background-color: #D05AC1;
}
</style>
border-color css
<style>
span { border-color: #D05AC1; }
span { border-color: rgb(208,90,193); }
td.TdClassName
{
border-color: #D05AC1;
}
.TagClassName
{
border-color: #D05AC1;
}
</style>