Shades of Fuchsia #D25AC1
Tints of Fuchsia #D25AC1
RGB
CMYK
RGB Variations
Color information
#D25AC1 (or 0xD25AC1) is known color: Fuchsia. HEX triplet: D2, 5A and C1. RGB value is (210,90,193). Sum of RGB (Red+Green+Blue) = 210+90+193=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25AC1 is #2DA53E. Grayscale: #898989. Windows color (decimal): -2991423 or 12671698. OLE color: 12671698.
HSL color Cylindrical-coordinate representation of color #D25AC1: hue angle of 308.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 #D25AC1 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 193 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.18 |
| HSL | 308.5º | 0.57% | 0.59% | - |
| HSV(B) | 308.5º | 0.57% | 0.82% | - |
| XYZ | 39.86 | 24.86 | 53.15 | - |
| YUV | 137.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 193 | 0 | 0.57 | 0.08 | 0.18 | 308.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | C1 | 0 | 39 | 8 | 12 | 134 | 39 | 3B |
| Octal | 322 | 132 | 301 | 0 | 71 | 10 | 22 | 464 | 71 | 73 |
| Binary | 11010010 | 1011010 | 11000001 | 0 | 111001 | 1000 | 10010 | 100110100 | 111001 | 111011 |
Color Harmonies of #D25AC1
Complementary color
Monochromatic Colors of #D25AC1
Black with #D25AC1
Text Example
Text Example
White with #D25AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25AC1; }
p { color: rgb(210,90,193); }
H1.HeaderClassName
{
color: #D25AC1;
}
.AnyTagClassName
{
color: #D25AC1;
}
</style>
background-color css
<style>
a { background-color: #D25AC1; }
a { background-color: rgb(210,90,193); }
div.DivClassName
{
background-color: #D25AC1;
}
.BgClassName
{
background-color: #D25AC1;
}
</style>
border-color css
<style>
span { border-color: #D25AC1; }
span { border-color: rgb(210,90,193); }
td.TdClassName
{
border-color: #D25AC1;
}
.TagClassName
{
border-color: #D25AC1;
}
</style>