Shades of Fuchsia #D25EB4
Tints of Fuchsia #D25EB4
RGB
CMYK
RGB Variations
Color information
#D25EB4 (or 0xD25EB4) is known color: Fuchsia. HEX triplet: D2, 5E and B4. RGB value is (210,94,180). Sum of RGB (Red+Green+Blue) = 210+94+180=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EB4 is #2DA14B. Grayscale: #8A8A8A. Windows color (decimal): -2990412 or 11820754. OLE color: 11820754.
HSL color Cylindrical-coordinate representation of color #D25EB4: hue angle of 315.52º 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 #D25EB4 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 180 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.18 |
| HSL | 315.52º | 0.56% | 0.6% | - |
| HSV(B) | 315.52º | 0.55% | 0.82% | - |
| XYZ | 38.82 | 25 | 45.96 | - |
| YUV | 138.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 180 | 0 | 0.55 | 0.14 | 0.18 | 315.52 | 0.56 | 0.6 |
| Hex | D2 | 5E | B4 | 0 | 37 | E | 12 | 13C | 38 | 3C |
| Octal | 322 | 136 | 264 | 0 | 67 | 16 | 22 | 474 | 70 | 74 |
| Binary | 11010010 | 1011110 | 10110100 | 0 | 110111 | 1110 | 10010 | 100111100 | 111000 | 111100 |
Color Harmonies of #D25EB4
Complementary color
Monochromatic Colors of #D25EB4
Black with #D25EB4
Text Example
Text Example
White with #D25EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25EB4; }
p { color: rgb(210,94,180); }
H1.HeaderClassName
{
color: #D25EB4;
}
.AnyTagClassName
{
color: #D25EB4;
}
</style>
background-color css
<style>
a { background-color: #D25EB4; }
a { background-color: rgb(210,94,180); }
div.DivClassName
{
background-color: #D25EB4;
}
.BgClassName
{
background-color: #D25EB4;
}
</style>
border-color css
<style>
span { border-color: #D25EB4; }
span { border-color: rgb(210,94,180); }
td.TdClassName
{
border-color: #D25EB4;
}
.TagClassName
{
border-color: #D25EB4;
}
</style>