Shades of Fuchsia #D25EC1
Tints of Fuchsia #D25EC1
RGB
CMYK
RGB Variations
Color information
#D25EC1 (or 0xD25EC1) is known color: Fuchsia. HEX triplet: D2, 5E and C1. RGB value is (210,94,193). Sum of RGB (Red+Green+Blue) = 210+94+193=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EC1 is #2DA13E. Grayscale: #8B8B8B. Windows color (decimal): -2990399 or 12672722. OLE color: 12672722.
HSL color Cylindrical-coordinate representation of color #D25EC1: hue angle of 308.79º 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 #D25EC1 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 193 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.18 |
| HSL | 308.79º | 0.56% | 0.6% | - |
| HSV(B) | 308.79º | 0.55% | 0.82% | - |
| XYZ | 40.21 | 25.56 | 53.27 | - |
| YUV | 139.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 193 | 0 | 0.55 | 0.08 | 0.18 | 308.79 | 0.56 | 0.6 |
| Hex | D2 | 5E | C1 | 0 | 37 | 8 | 12 | 135 | 38 | 3C |
| Octal | 322 | 136 | 301 | 0 | 67 | 10 | 22 | 465 | 70 | 74 |
| Binary | 11010010 | 1011110 | 11000001 | 0 | 110111 | 1000 | 10010 | 100110101 | 111000 | 111100 |
Color Harmonies of #D25EC1
Complementary color
Monochromatic Colors of #D25EC1
Black with #D25EC1
Text Example
Text Example
White with #D25EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EC1; }
p { color: rgb(210,94,193); }
H1.HeaderClassName
{
color: #D25EC1;
}
.AnyTagClassName
{
color: #D25EC1;
}
</style>
background-color css
<style>
a { background-color: #D25EC1; }
a { background-color: rgb(210,94,193); }
div.DivClassName
{
background-color: #D25EC1;
}
.BgClassName
{
background-color: #D25EC1;
}
</style>
border-color css
<style>
span { border-color: #D25EC1; }
span { border-color: rgb(210,94,193); }
td.TdClassName
{
border-color: #D25EC1;
}
.TagClassName
{
border-color: #D25EC1;
}
</style>