Shades of Fuchsia #D25BAC
Tints of Fuchsia #D25BAC
RGB
CMYK
RGB Variations
Color information
#D25BAC (or 0xD25BAC) is known color: Fuchsia. HEX triplet: D2, 5B and AC. RGB value is (210,91,172). Sum of RGB (Red+Green+Blue) = 210+91+172=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25BAC is #2DA453. Grayscale: #878787. Windows color (decimal): -2991188 or 11295698. OLE color: 11295698.
HSL color Cylindrical-coordinate representation of color #D25BAC: hue angle of 319.16º 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 #D25BAC is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 172 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.18 |
| HSL | 319.16º | 0.57% | 0.59% | - |
| HSV(B) | 319.16º | 0.57% | 0.82% | - |
| XYZ | 37.77 | 24.16 | 41.7 | - |
| YUV | 135.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 172 | 0 | 0.57 | 0.18 | 0.18 | 319.16 | 0.57 | 0.59 |
| Hex | D2 | 5B | AC | 0 | 39 | 12 | 12 | 13F | 39 | 3B |
| Octal | 322 | 133 | 254 | 0 | 71 | 22 | 22 | 477 | 71 | 73 |
| Binary | 11010010 | 1011011 | 10101100 | 0 | 111001 | 10010 | 10010 | 100111111 | 111001 | 111011 |
Color Harmonies of #D25BAC
Complementary color
Monochromatic Colors of #D25BAC
Black with #D25BAC
Text Example
Text Example
White with #D25BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25BAC; }
p { color: rgb(210,91,172); }
H1.HeaderClassName
{
color: #D25BAC;
}
.AnyTagClassName
{
color: #D25BAC;
}
</style>
background-color css
<style>
a { background-color: #D25BAC; }
a { background-color: rgb(210,91,172); }
div.DivClassName
{
background-color: #D25BAC;
}
.BgClassName
{
background-color: #D25BAC;
}
</style>
border-color css
<style>
span { border-color: #D25BAC; }
span { border-color: rgb(210,91,172); }
td.TdClassName
{
border-color: #D25BAC;
}
.TagClassName
{
border-color: #D25BAC;
}
</style>