Shades of Fuchsia #D25EC6
Tints of Fuchsia #D25EC6
RGB
CMYK
RGB Variations
Color information
#D25EC6 (or 0xD25EC6) is known color: Fuchsia. HEX triplet: D2, 5E and C6. RGB value is (210,94,198). Sum of RGB (Red+Green+Blue) = 210+94+198=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EC6 is #2DA139. Grayscale: #8C8C8C. Windows color (decimal): -2990394 or 13000402. OLE color: 13000402.
HSL color Cylindrical-coordinate representation of color #D25EC6: hue angle of 306.21º 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 #D25EC6 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 198 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.18 |
| HSL | 306.21º | 0.56% | 0.6% | - |
| HSV(B) | 306.21º | 0.55% | 0.82% | - |
| XYZ | 40.77 | 25.78 | 56.25 | - |
| YUV | 140.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 198 | 0 | 0.55 | 0.06 | 0.18 | 306.21 | 0.56 | 0.6 |
| Hex | D2 | 5E | C6 | 0 | 37 | 6 | 12 | 132 | 38 | 3C |
| Octal | 322 | 136 | 306 | 0 | 67 | 6 | 22 | 462 | 70 | 74 |
| Binary | 11010010 | 1011110 | 11000110 | 0 | 110111 | 110 | 10010 | 100110010 | 111000 | 111100 |
Color Harmonies of #D25EC6
Complementary color
Monochromatic Colors of #D25EC6
Black with #D25EC6
Text Example
Text Example
White with #D25EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EC6; }
p { color: rgb(210,94,198); }
H1.HeaderClassName
{
color: #D25EC6;
}
.AnyTagClassName
{
color: #D25EC6;
}
</style>
background-color css
<style>
a { background-color: #D25EC6; }
a { background-color: rgb(210,94,198); }
div.DivClassName
{
background-color: #D25EC6;
}
.BgClassName
{
background-color: #D25EC6;
}
</style>
border-color css
<style>
span { border-color: #D25EC6; }
span { border-color: rgb(210,94,198); }
td.TdClassName
{
border-color: #D25EC6;
}
.TagClassName
{
border-color: #D25EC6;
}
</style>