Shades of Fuchsia #D05AC2
Tints of Fuchsia #D05AC2
RGB
CMYK
RGB Variations
Color information
#D05AC2 (or 0xD05AC2) is known color: Fuchsia. HEX triplet: D0, 5A and C2. RGB value is (208,90,194). Sum of RGB (Red+Green+Blue) = 208+90+194=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D05AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05AC2 is #2FA53D. Grayscale: #888888. Windows color (decimal): -3122494 or 12737232. OLE color: 12737232.
HSL color Cylindrical-coordinate representation of color #D05AC2: hue angle of 307.12º 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 #D05AC2 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 194 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.18 |
| HSL | 307.12º | 0.56% | 0.58% | - |
| HSV(B) | 307.12º | 0.57% | 0.82% | - |
| XYZ | 39.41 | 24.62 | 53.71 | - |
| YUV | 137.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 194 | 0 | 0.57 | 0.07 | 0.18 | 307.12 | 0.56 | 0.58 |
| Hex | D0 | 5A | C2 | 0 | 39 | 7 | 12 | 133 | 38 | 3A |
| Octal | 320 | 132 | 302 | 0 | 71 | 7 | 22 | 463 | 70 | 72 |
| Binary | 11010000 | 1011010 | 11000010 | 0 | 111001 | 111 | 10010 | 100110011 | 111000 | 111010 |
Color Harmonies of #D05AC2
Complementary color
Monochromatic Colors of #D05AC2
Black with #D05AC2
Text Example
Text Example
White with #D05AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05AC2; }
p { color: rgb(208,90,194); }
H1.HeaderClassName
{
color: #D05AC2;
}
.AnyTagClassName
{
color: #D05AC2;
}
</style>
background-color css
<style>
a { background-color: #D05AC2; }
a { background-color: rgb(208,90,194); }
div.DivClassName
{
background-color: #D05AC2;
}
.BgClassName
{
background-color: #D05AC2;
}
</style>
border-color css
<style>
span { border-color: #D05AC2; }
span { border-color: rgb(208,90,194); }
td.TdClassName
{
border-color: #D05AC2;
}
.TagClassName
{
border-color: #D05AC2;
}
</style>