Shades of Fuchsia #D25AB1
Tints of Fuchsia #D25AB1
RGB
CMYK
RGB Variations
Color information
#D25AB1 (or 0xD25AB1) is known color: Fuchsia. HEX triplet: D2, 5A and B1. RGB value is (210,90,177). Sum of RGB (Red+Green+Blue) = 210+90+177=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AB1 is #2DA54E. Grayscale: #878787. Windows color (decimal): -2991439 or 11623122. OLE color: 11623122.
HSL color Cylindrical-coordinate representation of color #D25AB1: hue angle of 316.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25AB1 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 177 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.18 |
| HSL | 316.5º | 0.57% | 0.59% | - |
| HSV(B) | 316.5º | 0.57% | 0.82% | - |
| XYZ | 38.17 | 24.19 | 44.25 | - |
| YUV | 135.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 177 | 0 | 0.57 | 0.16 | 0.18 | 316.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | B1 | 0 | 39 | 10 | 12 | 13C | 39 | 3B |
| Octal | 322 | 132 | 261 | 0 | 71 | 20 | 22 | 474 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10110001 | 0 | 111001 | 10000 | 10010 | 100111100 | 111001 | 111011 |
Color Harmonies of #D25AB1
Complementary color
Monochromatic Colors of #D25AB1
Black with #D25AB1
Text Example
Text Example
White with #D25AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AB1; }
p { color: rgb(210,90,177); }
H1.HeaderClassName
{
color: #D25AB1;
}
.AnyTagClassName
{
color: #D25AB1;
}
</style>
background-color css
<style>
a { background-color: #D25AB1; }
a { background-color: rgb(210,90,177); }
div.DivClassName
{
background-color: #D25AB1;
}
.BgClassName
{
background-color: #D25AB1;
}
</style>
border-color css
<style>
span { border-color: #D25AB1; }
span { border-color: rgb(210,90,177); }
td.TdClassName
{
border-color: #D25AB1;
}
.TagClassName
{
border-color: #D25AB1;
}
</style>