Shades of Fuchsia #D54ABD
Tints of Fuchsia #D54ABD
RGB
CMYK
RGB Variations
Color information
#D54ABD (or 0xD54ABD) is known color: Fuchsia. HEX triplet: D5, 4A and BD. RGB value is (213,74,189). Sum of RGB (Red+Green+Blue) = 213+74+189=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ABD is #2AB542. Grayscale: #808080. Windows color (decimal): -2798915 or 12405461. OLE color: 12405461.
HSL color Cylindrical-coordinate representation of color #D54ABD: hue angle of 310.36º 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 #D54ABD is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 189 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.16 |
| HSL | 310.36º | 0.62% | 0.56% | - |
| HSV(B) | 310.36º | 0.65% | 0.84% | - |
| XYZ | 39.07 | 22.72 | 50.47 | - |
| YUV | 128.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 189 | 0 | 0.65 | 0.11 | 0.16 | 310.36 | 0.62 | 0.56 |
| Hex | D5 | 4A | BD | 0 | 41 | B | 10 | 136 | 3E | 38 |
| Octal | 325 | 112 | 275 | 0 | 101 | 13 | 20 | 466 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10111101 | 0 | 1000001 | 1011 | 10000 | 100110110 | 111110 | 111000 |
Color Harmonies of #D54ABD
Complementary color
Monochromatic Colors of #D54ABD
Black with #D54ABD
Text Example
Text Example
White with #D54ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54ABD; }
p { color: rgb(213,74,189); }
H1.HeaderClassName
{
color: #D54ABD;
}
.AnyTagClassName
{
color: #D54ABD;
}
</style>
background-color css
<style>
a { background-color: #D54ABD; }
a { background-color: rgb(213,74,189); }
div.DivClassName
{
background-color: #D54ABD;
}
.BgClassName
{
background-color: #D54ABD;
}
</style>
border-color css
<style>
span { border-color: #D54ABD; }
span { border-color: rgb(213,74,189); }
td.TdClassName
{
border-color: #D54ABD;
}
.TagClassName
{
border-color: #D54ABD;
}
</style>