Shades of Fuchsia #D258BC
Tints of Fuchsia #D258BC
RGB
CMYK
RGB Variations
Color information
#D258BC (or 0xD258BC) is known color: Fuchsia. HEX triplet: D2, 58 and BC. RGB value is (210,88,188). Sum of RGB (Red+Green+Blue) = 210+88+188=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D258BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258BC is #2DA743. Grayscale: #878787. Windows color (decimal): -2991940 or 12343506. OLE color: 12343506.
HSL color Cylindrical-coordinate representation of color #D258BC: hue angle of 310.82º 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 #D258BC is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 188 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.18 |
| HSL | 310.82º | 0.58% | 0.58% | - |
| HSV(B) | 310.82º | 0.58% | 0.82% | - |
| XYZ | 39.15 | 24.31 | 50.21 | - |
| YUV | 135.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 188 | 0 | 0.58 | 0.10 | 0.18 | 310.82 | 0.58 | 0.58 |
| Hex | D2 | 58 | BC | 0 | 3A | A | 12 | 137 | 3A | 3A |
| Octal | 322 | 130 | 274 | 0 | 72 | 12 | 22 | 467 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10111100 | 0 | 111010 | 1010 | 10010 | 100110111 | 111010 | 111010 |
Color Harmonies of #D258BC
Complementary color
Monochromatic Colors of #D258BC
Black with #D258BC
Text Example
Text Example
White with #D258BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258BC; }
p { color: rgb(210,88,188); }
H1.HeaderClassName
{
color: #D258BC;
}
.AnyTagClassName
{
color: #D258BC;
}
</style>
background-color css
<style>
a { background-color: #D258BC; }
a { background-color: rgb(210,88,188); }
div.DivClassName
{
background-color: #D258BC;
}
.BgClassName
{
background-color: #D258BC;
}
</style>
border-color css
<style>
span { border-color: #D258BC; }
span { border-color: rgb(210,88,188); }
td.TdClassName
{
border-color: #D258BC;
}
.TagClassName
{
border-color: #D258BC;
}
</style>