Shades of Fuchsia #D259C7
Tints of Fuchsia #D259C7
RGB
CMYK
RGB Variations
Color information
#D259C7 (or 0xD259C7) is known color: Fuchsia. HEX triplet: D2, 59 and C7. RGB value is (210,89,199). Sum of RGB (Red+Green+Blue) = 210+89+199=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D259C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259C7 is #2DA638. Grayscale: #898989. Windows color (decimal): -2991673 or 13064658. OLE color: 13064658.
HSL color Cylindrical-coordinate representation of color #D259C7: hue angle of 305.45º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D259C7 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 199 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.18 |
| HSL | 305.45º | 0.57% | 0.59% | - |
| HSV(B) | 305.45º | 0.58% | 0.82% | - |
| XYZ | 40.46 | 24.97 | 56.72 | - |
| YUV | 137.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 199 | 0 | 0.58 | 0.05 | 0.18 | 305.45 | 0.57 | 0.59 |
| Hex | D2 | 59 | C7 | 0 | 3A | 5 | 12 | 131 | 39 | 3B |
| Octal | 322 | 131 | 307 | 0 | 72 | 5 | 22 | 461 | 71 | 73 |
| Binary | 11010010 | 1011001 | 11000111 | 0 | 111010 | 101 | 10010 | 100110001 | 111001 | 111011 |
Color Harmonies of #D259C7
Complementary color
Monochromatic Colors of #D259C7
Black with #D259C7
Text Example
Text Example
White with #D259C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259C7; }
p { color: rgb(210,89,199); }
H1.HeaderClassName
{
color: #D259C7;
}
.AnyTagClassName
{
color: #D259C7;
}
</style>
background-color css
<style>
a { background-color: #D259C7; }
a { background-color: rgb(210,89,199); }
div.DivClassName
{
background-color: #D259C7;
}
.BgClassName
{
background-color: #D259C7;
}
</style>
border-color css
<style>
span { border-color: #D259C7; }
span { border-color: rgb(210,89,199); }
td.TdClassName
{
border-color: #D259C7;
}
.TagClassName
{
border-color: #D259C7;
}
</style>