Shades of Fuchsia #D231AF
Tints of Fuchsia #D231AF
RGB
CMYK
RGB Variations
Color information
#D231AF (or 0xD231AF) is known color: Fuchsia. HEX triplet: D2, 31 and AF. RGB value is (210,49,175). Sum of RGB (Red+Green+Blue) = 210+49+175=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D231AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231AF is #2DCE50. Grayscale: #6F6F6F. Windows color (decimal): -3001937 or 11481554. OLE color: 11481554.
HSL color Cylindrical-coordinate representation of color #D231AF: hue angle of 313.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231AF is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 175 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.18 |
| HSL | 313.04º | 0.64% | 0.51% | - |
| HSV(B) | 313.04º | 0.77% | 0.82% | - |
| XYZ | 35.41 | 18.99 | 42.36 | - |
| YUV | 111.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 175 | 0 | 0.77 | 0.17 | 0.18 | 313.04 | 0.64 | 0.51 |
| Hex | D2 | 31 | AF | 0 | 4D | 11 | 12 | 139 | 40 | 33 |
| Octal | 322 | 61 | 257 | 0 | 115 | 21 | 22 | 471 | 100 | 63 |
| Binary | 11010010 | 110001 | 10101111 | 0 | 1001101 | 10001 | 10010 | 100111001 | 1000000 | 110011 |
Color Harmonies of #D231AF
Complementary color
Monochromatic Colors of #D231AF
Black with #D231AF
Text Example
Text Example
White with #D231AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231AF; }
p { color: rgb(210,49,175); }
H1.HeaderClassName
{
color: #D231AF;
}
.AnyTagClassName
{
color: #D231AF;
}
</style>
background-color css
<style>
a { background-color: #D231AF; }
a { background-color: rgb(210,49,175); }
div.DivClassName
{
background-color: #D231AF;
}
.BgClassName
{
background-color: #D231AF;
}
</style>
border-color css
<style>
span { border-color: #D231AF; }
span { border-color: rgb(210,49,175); }
td.TdClassName
{
border-color: #D231AF;
}
.TagClassName
{
border-color: #D231AF;
}
</style>