Shades of Fuchsia #D259C0
Tints of Fuchsia #D259C0
RGB
CMYK
RGB Variations
Color information
#D259C0 (or 0xD259C0) is known color: Fuchsia. HEX triplet: D2, 59 and C0. RGB value is (210,89,192). Sum of RGB (Red+Green+Blue) = 210+89+192=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D259C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259C0 is #2DA63F. Grayscale: #888888. Windows color (decimal): -2991680 or 12605906. OLE color: 12605906.
HSL color Cylindrical-coordinate representation of color #D259C0: hue angle of 308.93º 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 #D259C0 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 192 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.18 |
| HSL | 308.93º | 0.57% | 0.59% | - |
| HSV(B) | 308.93º | 0.58% | 0.82% | - |
| XYZ | 39.67 | 24.65 | 52.54 | - |
| YUV | 136.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 192 | 0 | 0.58 | 0.09 | 0.18 | 308.93 | 0.57 | 0.59 |
| Hex | D2 | 59 | C0 | 0 | 3A | 9 | 12 | 135 | 39 | 3B |
| Octal | 322 | 131 | 300 | 0 | 72 | 11 | 22 | 465 | 71 | 73 |
| Binary | 11010010 | 1011001 | 11000000 | 0 | 111010 | 1001 | 10010 | 100110101 | 111001 | 111011 |
Color Harmonies of #D259C0
Complementary color
Monochromatic Colors of #D259C0
Black with #D259C0
Text Example
Text Example
White with #D259C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259C0; }
p { color: rgb(210,89,192); }
H1.HeaderClassName
{
color: #D259C0;
}
.AnyTagClassName
{
color: #D259C0;
}
</style>
background-color css
<style>
a { background-color: #D259C0; }
a { background-color: rgb(210,89,192); }
div.DivClassName
{
background-color: #D259C0;
}
.BgClassName
{
background-color: #D259C0;
}
</style>
border-color css
<style>
span { border-color: #D259C0; }
span { border-color: rgb(210,89,192); }
td.TdClassName
{
border-color: #D259C0;
}
.TagClassName
{
border-color: #D259C0;
}
</style>