Shades of Fuchsia #D25EB2
Tints of Fuchsia #D25EB2
RGB
CMYK
RGB Variations
Color information
#D25EB2 (or 0xD25EB2) is known color: Fuchsia. HEX triplet: D2, 5E and B2. RGB value is (210,94,178). Sum of RGB (Red+Green+Blue) = 210+94+178=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EB2 is #2DA14D. Grayscale: #8A8A8A. Windows color (decimal): -2990414 or 11689682. OLE color: 11689682.
HSL color Cylindrical-coordinate representation of color #D25EB2: hue angle of 316.55º 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 #D25EB2 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 178 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.18 |
| HSL | 316.55º | 0.56% | 0.6% | - |
| HSV(B) | 316.55º | 0.55% | 0.82% | - |
| XYZ | 38.62 | 24.92 | 44.89 | - |
| YUV | 138.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 178 | 0 | 0.55 | 0.15 | 0.18 | 316.55 | 0.56 | 0.6 |
| Hex | D2 | 5E | B2 | 0 | 37 | F | 12 | 13D | 38 | 3C |
| Octal | 322 | 136 | 262 | 0 | 67 | 17 | 22 | 475 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10110010 | 0 | 110111 | 1111 | 10010 | 100111101 | 111000 | 111100 |
Color Harmonies of #D25EB2
Complementary color
Monochromatic Colors of #D25EB2
Black with #D25EB2
Text Example
Text Example
White with #D25EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EB2; }
p { color: rgb(210,94,178); }
H1.HeaderClassName
{
color: #D25EB2;
}
.AnyTagClassName
{
color: #D25EB2;
}
</style>
background-color css
<style>
a { background-color: #D25EB2; }
a { background-color: rgb(210,94,178); }
div.DivClassName
{
background-color: #D25EB2;
}
.BgClassName
{
background-color: #D25EB2;
}
</style>
border-color css
<style>
span { border-color: #D25EB2; }
span { border-color: rgb(210,94,178); }
td.TdClassName
{
border-color: #D25EB2;
}
.TagClassName
{
border-color: #D25EB2;
}
</style>