Shades of Fuchsia #D258BB
Tints of Fuchsia #D258BB
RGB
CMYK
RGB Variations
Color information
#D258BB (or 0xD258BB) is known color: Fuchsia. HEX triplet: D2, 58 and BB. RGB value is (210,88,187). Sum of RGB (Red+Green+Blue) = 210+88+187=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D258BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258BB is #2DA744. Grayscale: #878787. Windows color (decimal): -2991941 or 12277970. OLE color: 12277970.
HSL color Cylindrical-coordinate representation of color #D258BB: hue angle of 311.31º 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 #D258BB is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 187 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.18 |
| HSL | 311.31º | 0.58% | 0.58% | - |
| HSV(B) | 311.31º | 0.58% | 0.82% | - |
| XYZ | 39.04 | 24.27 | 49.64 | - |
| YUV | 135.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 187 | 0 | 0.58 | 0.11 | 0.18 | 311.31 | 0.58 | 0.58 |
| Hex | D2 | 58 | BB | 0 | 3A | B | 12 | 137 | 3A | 3A |
| Octal | 322 | 130 | 273 | 0 | 72 | 13 | 22 | 467 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10111011 | 0 | 111010 | 1011 | 10010 | 100110111 | 111010 | 111010 |
Color Harmonies of #D258BB
Complementary color
Monochromatic Colors of #D258BB
Black with #D258BB
Text Example
Text Example
White with #D258BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258BB; }
p { color: rgb(210,88,187); }
H1.HeaderClassName
{
color: #D258BB;
}
.AnyTagClassName
{
color: #D258BB;
}
</style>
background-color css
<style>
a { background-color: #D258BB; }
a { background-color: rgb(210,88,187); }
div.DivClassName
{
background-color: #D258BB;
}
.BgClassName
{
background-color: #D258BB;
}
</style>
border-color css
<style>
span { border-color: #D258BB; }
span { border-color: rgb(210,88,187); }
td.TdClassName
{
border-color: #D258BB;
}
.TagClassName
{
border-color: #D258BB;
}
</style>