Shades of Fuchsia #D258C8
Tints of Fuchsia #D258C8
RGB
CMYK
RGB Variations
Color information
#D258C8 (or 0xD258C8) is known color: Fuchsia. HEX triplet: D2, 58 and C8. RGB value is (210,88,200). Sum of RGB (Red+Green+Blue) = 210+88+200=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D258C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258C8 is #2DA737. Grayscale: #888888. Windows color (decimal): -2991928 or 13129938. OLE color: 13129938.
HSL color Cylindrical-coordinate representation of color #D258C8: hue angle of 304.92º 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 #D258C8 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 200 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.18 |
| HSL | 304.92º | 0.58% | 0.58% | - |
| HSV(B) | 304.92º | 0.58% | 0.82% | - |
| XYZ | 40.49 | 24.85 | 57.31 | - |
| YUV | 137.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 200 | 0 | 0.58 | 0.05 | 0.18 | 304.92 | 0.58 | 0.58 |
| Hex | D2 | 58 | C8 | 0 | 3A | 5 | 12 | 131 | 3A | 3A |
| Octal | 322 | 130 | 310 | 0 | 72 | 5 | 22 | 461 | 72 | 72 |
| Binary | 11010010 | 1011000 | 11001000 | 0 | 111010 | 101 | 10010 | 100110001 | 111010 | 111010 |
Color Harmonies of #D258C8
Complementary color
Monochromatic Colors of #D258C8
Black with #D258C8
Text Example
Text Example
White with #D258C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258C8; }
p { color: rgb(210,88,200); }
H1.HeaderClassName
{
color: #D258C8;
}
.AnyTagClassName
{
color: #D258C8;
}
</style>
background-color css
<style>
a { background-color: #D258C8; }
a { background-color: rgb(210,88,200); }
div.DivClassName
{
background-color: #D258C8;
}
.BgClassName
{
background-color: #D258C8;
}
</style>
border-color css
<style>
span { border-color: #D258C8; }
span { border-color: rgb(210,88,200); }
td.TdClassName
{
border-color: #D258C8;
}
.TagClassName
{
border-color: #D258C8;
}
</style>