Shades of Fuchsia #D25FB1
Tints of Fuchsia #D25FB1
RGB
CMYK
RGB Variations
Color information
#D25FB1 (or 0xD25FB1) is known color: Fuchsia. HEX triplet: D2, 5F and B1. RGB value is (210,95,177). Sum of RGB (Red+Green+Blue) = 210+95+177=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25FB1 is #2DA04E. Grayscale: #8A8A8A. Windows color (decimal): -2990159 or 11624402. OLE color: 11624402.
HSL color Cylindrical-coordinate representation of color #D25FB1: hue angle of 317.22º 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 #D25FB1 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 177 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.18 |
| HSL | 317.22º | 0.56% | 0.6% | - |
| HSV(B) | 317.22º | 0.55% | 0.82% | - |
| XYZ | 38.61 | 25.06 | 44.4 | - |
| YUV | 138.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 177 | 0 | 0.55 | 0.16 | 0.18 | 317.22 | 0.56 | 0.6 |
| Hex | D2 | 5F | B1 | 0 | 37 | 10 | 12 | 13D | 38 | 3C |
| Octal | 322 | 137 | 261 | 0 | 67 | 20 | 22 | 475 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10110001 | 0 | 110111 | 10000 | 10010 | 100111101 | 111000 | 111100 |
Color Harmonies of #D25FB1
Complementary color
Monochromatic Colors of #D25FB1
Black with #D25FB1
Text Example
Text Example
White with #D25FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25FB1; }
p { color: rgb(210,95,177); }
H1.HeaderClassName
{
color: #D25FB1;
}
.AnyTagClassName
{
color: #D25FB1;
}
</style>
background-color css
<style>
a { background-color: #D25FB1; }
a { background-color: rgb(210,95,177); }
div.DivClassName
{
background-color: #D25FB1;
}
.BgClassName
{
background-color: #D25FB1;
}
</style>
border-color css
<style>
span { border-color: #D25FB1; }
span { border-color: rgb(210,95,177); }
td.TdClassName
{
border-color: #D25FB1;
}
.TagClassName
{
border-color: #D25FB1;
}
</style>