Shades of Fuchsia #D258C2
Tints of Fuchsia #D258C2
RGB
CMYK
RGB Variations
Color information
#D258C2 (or 0xD258C2) is known color: Fuchsia. HEX triplet: D2, 58 and C2. RGB value is (210,88,194). Sum of RGB (Red+Green+Blue) = 210+88+194=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D258C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D258C2 is #2DA73D. Grayscale: #888888. Windows color (decimal): -2991934 or 12736722. OLE color: 12736722.
HSL color Cylindrical-coordinate representation of color #D258C2: hue angle of 307.87º 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 #D258C2 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 194 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.18 |
| HSL | 307.87º | 0.58% | 0.58% | - |
| HSV(B) | 307.87º | 0.58% | 0.82% | - |
| XYZ | 39.81 | 24.58 | 53.68 | - |
| YUV | 136.56 | 160.42 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 194 | 0 | 0.58 | 0.08 | 0.18 | 307.87 | 0.58 | 0.58 |
| Hex | D2 | 58 | C2 | 0 | 3A | 8 | 12 | 134 | 3A | 3A |
| Octal | 322 | 130 | 302 | 0 | 72 | 10 | 22 | 464 | 72 | 72 |
| Binary | 11010010 | 1011000 | 11000010 | 0 | 111010 | 1000 | 10010 | 100110100 | 111010 | 111010 |
Color Harmonies of #D258C2
Complementary color
Monochromatic Colors of #D258C2
Black with #D258C2
Text Example
Text Example
White with #D258C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258C2; }
p { color: rgb(210,88,194); }
H1.HeaderClassName
{
color: #D258C2;
}
.AnyTagClassName
{
color: #D258C2;
}
</style>
background-color css
<style>
a { background-color: #D258C2; }
a { background-color: rgb(210,88,194); }
div.DivClassName
{
background-color: #D258C2;
}
.BgClassName
{
background-color: #D258C2;
}
</style>
border-color css
<style>
span { border-color: #D258C2; }
span { border-color: rgb(210,88,194); }
td.TdClassName
{
border-color: #D258C2;
}
.TagClassName
{
border-color: #D258C2;
}
</style>