Shades of Fuchsia #D259C3
Tints of Fuchsia #D259C3
RGB
CMYK
RGB Variations
Color information
#D259C3 (or 0xD259C3) is known color: Fuchsia. HEX triplet: D2, 59 and C3. RGB value is (210,89,195). Sum of RGB (Red+Green+Blue) = 210+89+195=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D259C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259C3 is #2DA63C. Grayscale: #888888. Windows color (decimal): -2991677 or 12802514. OLE color: 12802514.
HSL color Cylindrical-coordinate representation of color #D259C3: hue angle of 307.44º 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 #D259C3 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 195 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.18 |
| HSL | 307.44º | 0.57% | 0.59% | - |
| HSV(B) | 307.44º | 0.58% | 0.82% | - |
| XYZ | 40 | 24.79 | 54.31 | - |
| YUV | 137.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 195 | 0 | 0.58 | 0.07 | 0.18 | 307.44 | 0.57 | 0.59 |
| Hex | D2 | 59 | C3 | 0 | 3A | 7 | 12 | 133 | 39 | 3B |
| Octal | 322 | 131 | 303 | 0 | 72 | 7 | 22 | 463 | 71 | 73 |
| Binary | 11010010 | 1011001 | 11000011 | 0 | 111010 | 111 | 10010 | 100110011 | 111001 | 111011 |
Color Harmonies of #D259C3
Complementary color
Monochromatic Colors of #D259C3
Black with #D259C3
Text Example
Text Example
White with #D259C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259C3; }
p { color: rgb(210,89,195); }
H1.HeaderClassName
{
color: #D259C3;
}
.AnyTagClassName
{
color: #D259C3;
}
</style>
background-color css
<style>
a { background-color: #D259C3; }
a { background-color: rgb(210,89,195); }
div.DivClassName
{
background-color: #D259C3;
}
.BgClassName
{
background-color: #D259C3;
}
</style>
border-color css
<style>
span { border-color: #D259C3; }
span { border-color: rgb(210,89,195); }
td.TdClassName
{
border-color: #D259C3;
}
.TagClassName
{
border-color: #D259C3;
}
</style>