Shades of Fuchsia #D25FC6
Tints of Fuchsia #D25FC6
RGB
CMYK
RGB Variations
Color information
#D25FC6 (or 0xD25FC6) is known color: Fuchsia. HEX triplet: D2, 5F and C6. RGB value is (210,95,198). Sum of RGB (Red+Green+Blue) = 210+95+198=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FC6 is #2DA039. Grayscale: #8C8C8C. Windows color (decimal): -2990138 or 13000658. OLE color: 13000658.
HSL color Cylindrical-coordinate representation of color #D25FC6: hue angle of 306.26º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25FC6 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 198 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.18 |
| HSL | 306.26º | 0.56% | 0.6% | - |
| HSV(B) | 306.26º | 0.55% | 0.82% | - |
| XYZ | 40.86 | 25.96 | 56.28 | - |
| YUV | 141.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 198 | 0 | 0.55 | 0.06 | 0.18 | 306.26 | 0.56 | 0.6 |
| Hex | D2 | 5F | C6 | 0 | 37 | 6 | 12 | 132 | 38 | 3C |
| Octal | 322 | 137 | 306 | 0 | 67 | 6 | 22 | 462 | 70 | 74 |
| Binary | 11010010 | 1011111 | 11000110 | 0 | 110111 | 110 | 10010 | 100110010 | 111000 | 111100 |
Color Harmonies of #D25FC6
Complementary color
Monochromatic Colors of #D25FC6
Black with #D25FC6
Text Example
Text Example
White with #D25FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FC6; }
p { color: rgb(210,95,198); }
H1.HeaderClassName
{
color: #D25FC6;
}
.AnyTagClassName
{
color: #D25FC6;
}
</style>
background-color css
<style>
a { background-color: #D25FC6; }
a { background-color: rgb(210,95,198); }
div.DivClassName
{
background-color: #D25FC6;
}
.BgClassName
{
background-color: #D25FC6;
}
</style>
border-color css
<style>
span { border-color: #D25FC6; }
span { border-color: rgb(210,95,198); }
td.TdClassName
{
border-color: #D25FC6;
}
.TagClassName
{
border-color: #D25FC6;
}
</style>