Shades of Fuchsia #D254AC
Tints of Fuchsia #D254AC
RGB
CMYK
RGB Variations
Color information
#D254AC (or 0xD254AC) is known color: Fuchsia. HEX triplet: D2, 54 and AC. RGB value is (210,84,172). Sum of RGB (Red+Green+Blue) = 210+84+172=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D254AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D254AC is #2DAB53. Grayscale: #838383. Windows color (decimal): -2992980 or 11293906. OLE color: 11293906.
HSL color Cylindrical-coordinate representation of color #D254AC: hue angle of 318.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D254AC is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 172 | - |
| CMYK | 0 | 0.6 | 0.18 | 0.18 |
| HSL | 318.1º | 0.58% | 0.58% | - |
| HSV(B) | 318.1º | 0.6% | 0.82% | - |
| XYZ | 37.2 | 23.02 | 41.51 | - |
| YUV | 131.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 172 | 0 | 0.6 | 0.18 | 0.18 | 318.1 | 0.58 | 0.58 |
| Hex | D2 | 54 | AC | 0 | 3C | 12 | 12 | 13E | 3A | 3A |
| Octal | 322 | 124 | 254 | 0 | 74 | 22 | 22 | 476 | 72 | 72 |
| Binary | 11010010 | 1010100 | 10101100 | 0 | 111100 | 10010 | 10010 | 100111110 | 111010 | 111010 |
Color Harmonies of #D254AC
Complementary color
Monochromatic Colors of #D254AC
Black with #D254AC
Text Example
Text Example
White with #D254AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254AC; }
p { color: rgb(210,84,172); }
H1.HeaderClassName
{
color: #D254AC;
}
.AnyTagClassName
{
color: #D254AC;
}
</style>
background-color css
<style>
a { background-color: #D254AC; }
a { background-color: rgb(210,84,172); }
div.DivClassName
{
background-color: #D254AC;
}
.BgClassName
{
background-color: #D254AC;
}
</style>
border-color css
<style>
span { border-color: #D254AC; }
span { border-color: rgb(210,84,172); }
td.TdClassName
{
border-color: #D254AC;
}
.TagClassName
{
border-color: #D254AC;
}
</style>