Shades of Fuchsia #D25AB9
Tints of Fuchsia #D25AB9
RGB
CMYK
RGB Variations
Color information
#D25AB9 (or 0xD25AB9) is known color: Fuchsia. HEX triplet: D2, 5A and B9. RGB value is (210,90,185). Sum of RGB (Red+Green+Blue) = 210+90+185=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25AB9 is #2DA546. Grayscale: #888888. Windows color (decimal): -2991431 or 12147410. OLE color: 12147410.
HSL color Cylindrical-coordinate representation of color #D25AB9: hue angle of 312.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 #D25AB9 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 185 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.18 |
| HSL | 312.5º | 0.57% | 0.59% | - |
| HSV(B) | 312.5º | 0.57% | 0.82% | - |
| XYZ | 38.99 | 24.52 | 48.58 | - |
| YUV | 136.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 185 | 0 | 0.57 | 0.12 | 0.18 | 312.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | B9 | 0 | 39 | C | 12 | 138 | 39 | 3B |
| Octal | 322 | 132 | 271 | 0 | 71 | 14 | 22 | 470 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10111001 | 0 | 111001 | 1100 | 10010 | 100111000 | 111001 | 111011 |
Color Harmonies of #D25AB9
Complementary color
Monochromatic Colors of #D25AB9
Black with #D25AB9
Text Example
Text Example
White with #D25AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AB9; }
p { color: rgb(210,90,185); }
H1.HeaderClassName
{
color: #D25AB9;
}
.AnyTagClassName
{
color: #D25AB9;
}
</style>
background-color css
<style>
a { background-color: #D25AB9; }
a { background-color: rgb(210,90,185); }
div.DivClassName
{
background-color: #D25AB9;
}
.BgClassName
{
background-color: #D25AB9;
}
</style>
border-color css
<style>
span { border-color: #D25AB9; }
span { border-color: rgb(210,90,185); }
td.TdClassName
{
border-color: #D25AB9;
}
.TagClassName
{
border-color: #D25AB9;
}
</style>