Shades of Fuchsia #D54AC4
Tints of Fuchsia #D54AC4
RGB
CMYK
RGB Variations
Color information
#D54AC4 (or 0xD54AC4) is known color: Fuchsia. HEX triplet: D5, 4A and C4. RGB value is (213,74,196). Sum of RGB (Red+Green+Blue) = 213+74+196=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AC4 is #2AB53B. Grayscale: #818181. Windows color (decimal): -2798908 or 12864213. OLE color: 12864213.
HSL color Cylindrical-coordinate representation of color #D54AC4: hue angle of 307.34º 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 #D54AC4 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 196 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.16 |
| HSL | 307.34º | 0.62% | 0.56% | - |
| HSV(B) | 307.34º | 0.65% | 0.84% | - |
| XYZ | 39.85 | 23.03 | 54.57 | - |
| YUV | 129.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 196 | 0 | 0.65 | 0.08 | 0.16 | 307.34 | 0.62 | 0.56 |
| Hex | D5 | 4A | C4 | 0 | 41 | 8 | 10 | 133 | 3E | 38 |
| Octal | 325 | 112 | 304 | 0 | 101 | 10 | 20 | 463 | 76 | 70 |
| Binary | 11010101 | 1001010 | 11000100 | 0 | 1000001 | 1000 | 10000 | 100110011 | 111110 | 111000 |
Color Harmonies of #D54AC4
Complementary color
Monochromatic Colors of #D54AC4
Black with #D54AC4
Text Example
Text Example
White with #D54AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AC4; }
p { color: rgb(213,74,196); }
H1.HeaderClassName
{
color: #D54AC4;
}
.AnyTagClassName
{
color: #D54AC4;
}
</style>
background-color css
<style>
a { background-color: #D54AC4; }
a { background-color: rgb(213,74,196); }
div.DivClassName
{
background-color: #D54AC4;
}
.BgClassName
{
background-color: #D54AC4;
}
</style>
border-color css
<style>
span { border-color: #D54AC4; }
span { border-color: rgb(213,74,196); }
td.TdClassName
{
border-color: #D54AC4;
}
.TagClassName
{
border-color: #D54AC4;
}
</style>