Shades of Fuchsia #D25ABF
Tints of Fuchsia #D25ABF
RGB
CMYK
RGB Variations
Color information
#D25ABF (or 0xD25ABF) is known color: Fuchsia. HEX triplet: D2, 5A and BF. RGB value is (210,90,191). Sum of RGB (Red+Green+Blue) = 210+90+191=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ABF is #2DA540. Grayscale: #898989. Windows color (decimal): -2991425 or 12540626. OLE color: 12540626.
HSL color Cylindrical-coordinate representation of color #D25ABF: hue angle of 309.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 #D25ABF is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 191 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.18 |
| HSL | 309.5º | 0.57% | 0.59% | - |
| HSV(B) | 309.5º | 0.57% | 0.82% | - |
| XYZ | 39.64 | 24.78 | 51.98 | - |
| YUV | 137.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 191 | 0 | 0.57 | 0.09 | 0.18 | 309.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | BF | 0 | 39 | 9 | 12 | 136 | 39 | 3B |
| Octal | 322 | 132 | 277 | 0 | 71 | 11 | 22 | 466 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10111111 | 0 | 111001 | 1001 | 10010 | 100110110 | 111001 | 111011 |
Color Harmonies of #D25ABF
Complementary color
Monochromatic Colors of #D25ABF
Black with #D25ABF
Text Example
Text Example
White with #D25ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25ABF; }
p { color: rgb(210,90,191); }
H1.HeaderClassName
{
color: #D25ABF;
}
.AnyTagClassName
{
color: #D25ABF;
}
</style>
background-color css
<style>
a { background-color: #D25ABF; }
a { background-color: rgb(210,90,191); }
div.DivClassName
{
background-color: #D25ABF;
}
.BgClassName
{
background-color: #D25ABF;
}
</style>
border-color css
<style>
span { border-color: #D25ABF; }
span { border-color: rgb(210,90,191); }
td.TdClassName
{
border-color: #D25ABF;
}
.TagClassName
{
border-color: #D25ABF;
}
</style>