Shades of Fuchsia #D25BC1
Tints of Fuchsia #D25BC1
RGB
CMYK
RGB Variations
Color information
#D25BC1 (or 0xD25BC1) is known color: Fuchsia. HEX triplet: D2, 5B and C1. RGB value is (210,91,193). Sum of RGB (Red+Green+Blue) = 210+91+193=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25BC1 is #2DA43E. Grayscale: #898989. Windows color (decimal): -2991167 or 12671954. OLE color: 12671954.
HSL color Cylindrical-coordinate representation of color #D25BC1: hue angle of 308.57º 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 #D25BC1 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 193 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.18 |
| HSL | 308.57º | 0.57% | 0.59% | - |
| HSV(B) | 308.57º | 0.57% | 0.82% | - |
| XYZ | 39.95 | 25.03 | 53.18 | - |
| YUV | 138.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 193 | 0 | 0.57 | 0.08 | 0.18 | 308.57 | 0.57 | 0.59 |
| Hex | D2 | 5B | C1 | 0 | 39 | 8 | 12 | 135 | 39 | 3B |
| Octal | 322 | 133 | 301 | 0 | 71 | 10 | 22 | 465 | 71 | 73 |
| Binary | 11010010 | 1011011 | 11000001 | 0 | 111001 | 1000 | 10010 | 100110101 | 111001 | 111011 |
Color Harmonies of #D25BC1
Complementary color
Monochromatic Colors of #D25BC1
Black with #D25BC1
Text Example
Text Example
White with #D25BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BC1; }
p { color: rgb(210,91,193); }
H1.HeaderClassName
{
color: #D25BC1;
}
.AnyTagClassName
{
color: #D25BC1;
}
</style>
background-color css
<style>
a { background-color: #D25BC1; }
a { background-color: rgb(210,91,193); }
div.DivClassName
{
background-color: #D25BC1;
}
.BgClassName
{
background-color: #D25BC1;
}
</style>
border-color css
<style>
span { border-color: #D25BC1; }
span { border-color: rgb(210,91,193); }
td.TdClassName
{
border-color: #D25BC1;
}
.TagClassName
{
border-color: #D25BC1;
}
</style>