Shades of Fuchsia #D25EB8
Tints of Fuchsia #D25EB8
RGB
CMYK
RGB Variations
Color information
#D25EB8 (or 0xD25EB8) is known color: Fuchsia. HEX triplet: D2, 5E and B8. RGB value is (210,94,184). Sum of RGB (Red+Green+Blue) = 210+94+184=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EB8 is #2DA147. Grayscale: #8A8A8A. Windows color (decimal): -2990408 or 12082898. OLE color: 12082898.
HSL color Cylindrical-coordinate representation of color #D25EB8: hue angle of 313.45º 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 #D25EB8 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 184 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.18 |
| HSL | 313.45º | 0.56% | 0.6% | - |
| HSV(B) | 313.45º | 0.55% | 0.82% | - |
| XYZ | 39.23 | 25.17 | 48.14 | - |
| YUV | 138.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 184 | 0 | 0.55 | 0.12 | 0.18 | 313.45 | 0.56 | 0.6 |
| Hex | D2 | 5E | B8 | 0 | 37 | C | 12 | 139 | 38 | 3C |
| Octal | 322 | 136 | 270 | 0 | 67 | 14 | 22 | 471 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10111000 | 0 | 110111 | 1100 | 10010 | 100111001 | 111000 | 111100 |
Color Harmonies of #D25EB8
Complementary color
Monochromatic Colors of #D25EB8
Black with #D25EB8
Text Example
Text Example
White with #D25EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EB8; }
p { color: rgb(210,94,184); }
H1.HeaderClassName
{
color: #D25EB8;
}
.AnyTagClassName
{
color: #D25EB8;
}
</style>
background-color css
<style>
a { background-color: #D25EB8; }
a { background-color: rgb(210,94,184); }
div.DivClassName
{
background-color: #D25EB8;
}
.BgClassName
{
background-color: #D25EB8;
}
</style>
border-color css
<style>
span { border-color: #D25EB8; }
span { border-color: rgb(210,94,184); }
td.TdClassName
{
border-color: #D25EB8;
}
.TagClassName
{
border-color: #D25EB8;
}
</style>