Shades of Fuchsia #D25FBA
Tints of Fuchsia #D25FBA
RGB
CMYK
RGB Variations
Color information
#D25FBA (or 0xD25FBA) is known color: Fuchsia. HEX triplet: D2, 5F and BA. RGB value is (210,95,186). Sum of RGB (Red+Green+Blue) = 210+95+186=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FBA is #2DA045. Grayscale: #8B8B8B. Windows color (decimal): -2990150 or 12214226. OLE color: 12214226.
HSL color Cylindrical-coordinate representation of color #D25FBA: hue angle of 312.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 #D25FBA is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 186 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.18 |
| HSL | 312.52º | 0.56% | 0.6% | - |
| HSV(B) | 312.52º | 0.55% | 0.82% | - |
| XYZ | 39.53 | 25.43 | 49.28 | - |
| YUV | 139.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 186 | 0 | 0.55 | 0.11 | 0.18 | 312.52 | 0.56 | 0.6 |
| Hex | D2 | 5F | BA | 0 | 37 | B | 12 | 139 | 38 | 3C |
| Octal | 322 | 137 | 272 | 0 | 67 | 13 | 22 | 471 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10111010 | 0 | 110111 | 1011 | 10010 | 100111001 | 111000 | 111100 |
Color Harmonies of #D25FBA
Complementary color
Monochromatic Colors of #D25FBA
Black with #D25FBA
Text Example
Text Example
White with #D25FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FBA; }
p { color: rgb(210,95,186); }
H1.HeaderClassName
{
color: #D25FBA;
}
.AnyTagClassName
{
color: #D25FBA;
}
</style>
background-color css
<style>
a { background-color: #D25FBA; }
a { background-color: rgb(210,95,186); }
div.DivClassName
{
background-color: #D25FBA;
}
.BgClassName
{
background-color: #D25FBA;
}
</style>
border-color css
<style>
span { border-color: #D25FBA; }
span { border-color: rgb(210,95,186); }
td.TdClassName
{
border-color: #D25FBA;
}
.TagClassName
{
border-color: #D25FBA;
}
</style>