Shades of Fuchsia #D258AF
Tints of Fuchsia #D258AF
RGB
CMYK
RGB Variations
Color information
#D258AF (or 0xD258AF) is known color: Fuchsia. HEX triplet: D2, 58 and AF. RGB value is (210,88,175). Sum of RGB (Red+Green+Blue) = 210+88+175=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D258AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D258AF is #2DA750. Grayscale: #868686. Windows color (decimal): -2991953 or 11491538. OLE color: 11491538.
HSL color Cylindrical-coordinate representation of color #D258AF: hue angle of 317.21º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D258AF is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 175 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.18 |
| HSL | 317.21º | 0.58% | 0.58% | - |
| HSV(B) | 317.21º | 0.58% | 0.82% | - |
| XYZ | 37.81 | 23.78 | 43.15 | - |
| YUV | 134.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 175 | 0 | 0.58 | 0.17 | 0.18 | 317.21 | 0.58 | 0.58 |
| Hex | D2 | 58 | AF | 0 | 3A | 11 | 12 | 13D | 3A | 3A |
| Octal | 322 | 130 | 257 | 0 | 72 | 21 | 22 | 475 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10101111 | 0 | 111010 | 10001 | 10010 | 100111101 | 111010 | 111010 |
Color Harmonies of #D258AF
Complementary color
Monochromatic Colors of #D258AF
Black with #D258AF
Text Example
Text Example
White with #D258AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258AF; }
p { color: rgb(210,88,175); }
H1.HeaderClassName
{
color: #D258AF;
}
.AnyTagClassName
{
color: #D258AF;
}
</style>
background-color css
<style>
a { background-color: #D258AF; }
a { background-color: rgb(210,88,175); }
div.DivClassName
{
background-color: #D258AF;
}
.BgClassName
{
background-color: #D258AF;
}
</style>
border-color css
<style>
span { border-color: #D258AF; }
span { border-color: rgb(210,88,175); }
td.TdClassName
{
border-color: #D258AF;
}
.TagClassName
{
border-color: #D258AF;
}
</style>