Shades of Fuchsia #D258B7
Tints of Fuchsia #D258B7
RGB
CMYK
RGB Variations
Color information
#D258B7 (or 0xD258B7) is known color: Fuchsia. HEX triplet: D2, 58 and B7. RGB value is (210,88,183). Sum of RGB (Red+Green+Blue) = 210+88+183=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D258B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258B7 is #2DA748. Grayscale: #878787. Windows color (decimal): -2991945 or 12015826. OLE color: 12015826.
HSL color Cylindrical-coordinate representation of color #D258B7: hue angle of 313.28º 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 #D258B7 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 183 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.18 |
| HSL | 313.28º | 0.58% | 0.58% | - |
| HSV(B) | 313.28º | 0.58% | 0.82% | - |
| XYZ | 38.62 | 24.1 | 47.42 | - |
| YUV | 135.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 183 | 0 | 0.58 | 0.13 | 0.18 | 313.28 | 0.58 | 0.58 |
| Hex | D2 | 58 | B7 | 0 | 3A | D | 12 | 139 | 3A | 3A |
| Octal | 322 | 130 | 267 | 0 | 72 | 15 | 22 | 471 | 72 | 72 |
| Binary | 11010010 | 1011000 | 10110111 | 0 | 111010 | 1101 | 10010 | 100111001 | 111010 | 111010 |
Color Harmonies of #D258B7
Complementary color
Monochromatic Colors of #D258B7
Black with #D258B7
Text Example
Text Example
White with #D258B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258B7; }
p { color: rgb(210,88,183); }
H1.HeaderClassName
{
color: #D258B7;
}
.AnyTagClassName
{
color: #D258B7;
}
</style>
background-color css
<style>
a { background-color: #D258B7; }
a { background-color: rgb(210,88,183); }
div.DivClassName
{
background-color: #D258B7;
}
.BgClassName
{
background-color: #D258B7;
}
</style>
border-color css
<style>
span { border-color: #D258B7; }
span { border-color: rgb(210,88,183); }
td.TdClassName
{
border-color: #D258B7;
}
.TagClassName
{
border-color: #D258B7;
}
</style>