Shades of Fuchsia #D258BD
Tints of Fuchsia #D258BD
RGB
CMYK
RGB Variations
Color information
#D258BD (or 0xD258BD) is known color: Fuchsia. HEX triplet: D2, 58 and BD. RGB value is (210,88,189). Sum of RGB (Red+Green+Blue) = 210+88+189=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D258BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258BD is #2DA742. Grayscale: #878787. Windows color (decimal): -2991939 or 12409042. OLE color: 12409042.
HSL color Cylindrical-coordinate representation of color #D258BD: hue angle of 310.33º 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 #D258BD is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 189 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.18 |
| HSL | 310.33º | 0.58% | 0.58% | - |
| HSV(B) | 310.33º | 0.58% | 0.82% | - |
| XYZ | 39.25 | 24.36 | 50.78 | - |
| YUV | 135.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 189 | 0 | 0.58 | 0.10 | 0.18 | 310.33 | 0.58 | 0.58 |
| Hex | D2 | 58 | BD | 0 | 3A | A | 12 | 136 | 3A | 3A |
| Octal | 322 | 130 | 275 | 0 | 72 | 12 | 22 | 466 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10111101 | 0 | 111010 | 1010 | 10010 | 100110110 | 111010 | 111010 |
Color Harmonies of #D258BD
Complementary color
Monochromatic Colors of #D258BD
Black with #D258BD
Text Example
Text Example
White with #D258BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258BD; }
p { color: rgb(210,88,189); }
H1.HeaderClassName
{
color: #D258BD;
}
.AnyTagClassName
{
color: #D258BD;
}
</style>
background-color css
<style>
a { background-color: #D258BD; }
a { background-color: rgb(210,88,189); }
div.DivClassName
{
background-color: #D258BD;
}
.BgClassName
{
background-color: #D258BD;
}
</style>
border-color css
<style>
span { border-color: #D258BD; }
span { border-color: rgb(210,88,189); }
td.TdClassName
{
border-color: #D258BD;
}
.TagClassName
{
border-color: #D258BD;
}
</style>