Shades of Fuchsia #D25EC0
Tints of Fuchsia #D25EC0
RGB
CMYK
RGB Variations
Color information
#D25EC0 (or 0xD25EC0) is known color: Fuchsia. HEX triplet: D2, 5E and C0. RGB value is (210,94,192). Sum of RGB (Red+Green+Blue) = 210+94+192=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EC0 is #2DA13F. Grayscale: #8B8B8B. Windows color (decimal): -2990400 or 12607186. OLE color: 12607186.
HSL color Cylindrical-coordinate representation of color #D25EC0: hue angle of 309.31º 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 #D25EC0 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 192 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.18 |
| HSL | 309.31º | 0.56% | 0.6% | - |
| HSV(B) | 309.31º | 0.55% | 0.82% | - |
| XYZ | 40.1 | 25.51 | 52.68 | - |
| YUV | 139.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 192 | 0 | 0.55 | 0.09 | 0.18 | 309.31 | 0.56 | 0.6 |
| Hex | D2 | 5E | C0 | 0 | 37 | 9 | 12 | 135 | 38 | 3C |
| Octal | 322 | 136 | 300 | 0 | 67 | 11 | 22 | 465 | 70 | 74 |
| Binary | 11010010 | 1011110 | 11000000 | 0 | 110111 | 1001 | 10010 | 100110101 | 111000 | 111100 |
Color Harmonies of #D25EC0
Complementary color
Monochromatic Colors of #D25EC0
Black with #D25EC0
Text Example
Text Example
White with #D25EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EC0; }
p { color: rgb(210,94,192); }
H1.HeaderClassName
{
color: #D25EC0;
}
.AnyTagClassName
{
color: #D25EC0;
}
</style>
background-color css
<style>
a { background-color: #D25EC0; }
a { background-color: rgb(210,94,192); }
div.DivClassName
{
background-color: #D25EC0;
}
.BgClassName
{
background-color: #D25EC0;
}
</style>
border-color css
<style>
span { border-color: #D25EC0; }
span { border-color: rgb(210,94,192); }
td.TdClassName
{
border-color: #D25EC0;
}
.TagClassName
{
border-color: #D25EC0;
}
</style>