Shades of Fuchsia #D25EBA
Tints of Fuchsia #D25EBA
RGB
CMYK
RGB Variations
Color information
#D25EBA (or 0xD25EBA) is known color: Fuchsia. HEX triplet: D2, 5E and BA. RGB value is (210,94,186). Sum of RGB (Red+Green+Blue) = 210+94+186=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EBA is #2DA145. Grayscale: #8A8A8A. Windows color (decimal): -2990406 or 12213970. OLE color: 12213970.
HSL color Cylindrical-coordinate representation of color #D25EBA: hue angle of 312.41º 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 #D25EBA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 186 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.18 |
| HSL | 312.41º | 0.56% | 0.6% | - |
| HSV(B) | 312.41º | 0.55% | 0.82% | - |
| XYZ | 39.44 | 25.25 | 49.25 | - |
| YUV | 139.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 186 | 0 | 0.55 | 0.11 | 0.18 | 312.41 | 0.56 | 0.6 |
| Hex | D2 | 5E | BA | 0 | 37 | B | 12 | 138 | 38 | 3C |
| Octal | 322 | 136 | 272 | 0 | 67 | 13 | 22 | 470 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10111010 | 0 | 110111 | 1011 | 10010 | 100111000 | 111000 | 111100 |
Color Harmonies of #D25EBA
Complementary color
Monochromatic Colors of #D25EBA
Black with #D25EBA
Text Example
Text Example
White with #D25EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EBA; }
p { color: rgb(210,94,186); }
H1.HeaderClassName
{
color: #D25EBA;
}
.AnyTagClassName
{
color: #D25EBA;
}
</style>
background-color css
<style>
a { background-color: #D25EBA; }
a { background-color: rgb(210,94,186); }
div.DivClassName
{
background-color: #D25EBA;
}
.BgClassName
{
background-color: #D25EBA;
}
</style>
border-color css
<style>
span { border-color: #D25EBA; }
span { border-color: rgb(210,94,186); }
td.TdClassName
{
border-color: #D25EBA;
}
.TagClassName
{
border-color: #D25EBA;
}
</style>