Shades of Fuchsia #D53AC4
Tints of Fuchsia #D53AC4
RGB
CMYK
RGB Variations
Color information
#D53AC4 (or 0xD53AC4) is known color: Fuchsia. HEX triplet: D5, 3A and C4. RGB value is (213,58,196). Sum of RGB (Red+Green+Blue) = 213+58+196=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D53AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53AC4 is #2AC53B. Grayscale: #777777. Windows color (decimal): -2803004 or 12860117. OLE color: 12860117.
HSL color Cylindrical-coordinate representation of color #D53AC4: hue angle of 306.58º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53AC4 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 196 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.16 |
| HSL | 306.58º | 0.65% | 0.53% | - |
| HSV(B) | 306.58º | 0.73% | 0.84% | - |
| XYZ | 38.92 | 21.16 | 54.26 | - |
| YUV | 120.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 196 | 0 | 0.73 | 0.08 | 0.16 | 306.58 | 0.65 | 0.53 |
| Hex | D5 | 3A | C4 | 0 | 49 | 8 | 10 | 133 | 41 | 35 |
| Octal | 325 | 72 | 304 | 0 | 111 | 10 | 20 | 463 | 101 | 65 |
| Binary | 11010101 | 111010 | 11000100 | 0 | 1001001 | 1000 | 10000 | 100110011 | 1000001 | 110101 |
Color Harmonies of #D53AC4
Complementary color
Monochromatic Colors of #D53AC4
Black with #D53AC4
Text Example
Text Example
White with #D53AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53AC4; }
p { color: rgb(213,58,196); }
H1.HeaderClassName
{
color: #D53AC4;
}
.AnyTagClassName
{
color: #D53AC4;
}
</style>
background-color css
<style>
a { background-color: #D53AC4; }
a { background-color: rgb(213,58,196); }
div.DivClassName
{
background-color: #D53AC4;
}
.BgClassName
{
background-color: #D53AC4;
}
</style>
border-color css
<style>
span { border-color: #D53AC4; }
span { border-color: rgb(213,58,196); }
td.TdClassName
{
border-color: #D53AC4;
}
.TagClassName
{
border-color: #D53AC4;
}
</style>