Shades of Fuchsia #D258BF
Tints of Fuchsia #D258BF
RGB
CMYK
RGB Variations
Color information
#D258BF (or 0xD258BF) is known color: Fuchsia. HEX triplet: D2, 58 and BF. RGB value is (210,88,191). Sum of RGB (Red+Green+Blue) = 210+88+191=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D258BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258BF is #2DA740. Grayscale: #878787. Windows color (decimal): -2991937 or 12540114. OLE color: 12540114.
HSL color Cylindrical-coordinate representation of color #D258BF: hue angle of 309.34º 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 #D258BF is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 191 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.18 |
| HSL | 309.34º | 0.58% | 0.58% | - |
| HSV(B) | 309.34º | 0.58% | 0.82% | - |
| XYZ | 39.47 | 24.44 | 51.93 | - |
| YUV | 136.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 191 | 0 | 0.58 | 0.09 | 0.18 | 309.34 | 0.58 | 0.58 |
| Hex | D2 | 58 | BF | 0 | 3A | 9 | 12 | 135 | 3A | 3A |
| Octal | 322 | 130 | 277 | 0 | 72 | 11 | 22 | 465 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10111111 | 0 | 111010 | 1001 | 10010 | 100110101 | 111010 | 111010 |
Color Harmonies of #D258BF
Complementary color
Monochromatic Colors of #D258BF
Black with #D258BF
Text Example
Text Example
White with #D258BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258BF; }
p { color: rgb(210,88,191); }
H1.HeaderClassName
{
color: #D258BF;
}
.AnyTagClassName
{
color: #D258BF;
}
</style>
background-color css
<style>
a { background-color: #D258BF; }
a { background-color: rgb(210,88,191); }
div.DivClassName
{
background-color: #D258BF;
}
.BgClassName
{
background-color: #D258BF;
}
</style>
border-color css
<style>
span { border-color: #D258BF; }
span { border-color: rgb(210,88,191); }
td.TdClassName
{
border-color: #D258BF;
}
.TagClassName
{
border-color: #D258BF;
}
</style>