Shades of Fuchsia #D54ABC
Tints of Fuchsia #D54ABC
RGB
CMYK
RGB Variations
Color information
#D54ABC (or 0xD54ABC) is known color: Fuchsia. HEX triplet: D5, 4A and BC. RGB value is (213,74,188). Sum of RGB (Red+Green+Blue) = 213+74+188=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ABC is #2AB543. Grayscale: #808080. Windows color (decimal): -2798916 or 12339925. OLE color: 12339925.
HSL color Cylindrical-coordinate representation of color #D54ABC: hue angle of 310.79º 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 #D54ABC is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 188 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.16 |
| HSL | 310.79º | 0.62% | 0.56% | - |
| HSV(B) | 310.79º | 0.65% | 0.84% | - |
| XYZ | 38.97 | 22.67 | 49.9 | - |
| YUV | 128.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 188 | 0 | 0.65 | 0.12 | 0.16 | 310.79 | 0.62 | 0.56 |
| Hex | D5 | 4A | BC | 0 | 41 | C | 10 | 137 | 3E | 38 |
| Octal | 325 | 112 | 274 | 0 | 101 | 14 | 20 | 467 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10111100 | 0 | 1000001 | 1100 | 10000 | 100110111 | 111110 | 111000 |
Color Harmonies of #D54ABC
Complementary color
Monochromatic Colors of #D54ABC
Black with #D54ABC
Text Example
Text Example
White with #D54ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54ABC; }
p { color: rgb(213,74,188); }
H1.HeaderClassName
{
color: #D54ABC;
}
.AnyTagClassName
{
color: #D54ABC;
}
</style>
background-color css
<style>
a { background-color: #D54ABC; }
a { background-color: rgb(213,74,188); }
div.DivClassName
{
background-color: #D54ABC;
}
.BgClassName
{
background-color: #D54ABC;
}
</style>
border-color css
<style>
span { border-color: #D54ABC; }
span { border-color: rgb(213,74,188); }
td.TdClassName
{
border-color: #D54ABC;
}
.TagClassName
{
border-color: #D54ABC;
}
</style>