Shades of Fuchsia #D54AC2
Tints of Fuchsia #D54AC2
RGB
CMYK
RGB Variations
Color information
#D54AC2 (or 0xD54AC2) is known color: Fuchsia. HEX triplet: D5, 4A and C2. RGB value is (213,74,194). Sum of RGB (Red+Green+Blue) = 213+74+194=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AC2 is #2AB53D. Grayscale: #808080. Windows color (decimal): -2798910 or 12733141. OLE color: 12733141.
HSL color Cylindrical-coordinate representation of color #D54AC2: hue angle of 308.2º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54AC2 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 194 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.16 |
| HSL | 308.2º | 0.62% | 0.56% | - |
| HSV(B) | 308.2º | 0.65% | 0.84% | - |
| XYZ | 39.63 | 22.94 | 53.38 | - |
| YUV | 129.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 194 | 0 | 0.65 | 0.09 | 0.16 | 308.2 | 0.62 | 0.56 |
| Hex | D5 | 4A | C2 | 0 | 41 | 9 | 10 | 134 | 3E | 38 |
| Octal | 325 | 112 | 302 | 0 | 101 | 11 | 20 | 464 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11000010 | 0 | 1000001 | 1001 | 10000 | 100110100 | 111110 | 111000 |
Color Harmonies of #D54AC2
Complementary color
Monochromatic Colors of #D54AC2
Black with #D54AC2
Text Example
Text Example
White with #D54AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AC2; }
p { color: rgb(213,74,194); }
H1.HeaderClassName
{
color: #D54AC2;
}
.AnyTagClassName
{
color: #D54AC2;
}
</style>
background-color css
<style>
a { background-color: #D54AC2; }
a { background-color: rgb(213,74,194); }
div.DivClassName
{
background-color: #D54AC2;
}
.BgClassName
{
background-color: #D54AC2;
}
</style>
border-color css
<style>
span { border-color: #D54AC2; }
span { border-color: rgb(213,74,194); }
td.TdClassName
{
border-color: #D54AC2;
}
.TagClassName
{
border-color: #D54AC2;
}
</style>