Shades of Fuchsia #D26AB4
Tints of Fuchsia #D26AB4
RGB
CMYK
RGB Variations
Color information
#D26AB4 (or 0xD26AB4) is known color: Fuchsia. HEX triplet: D2, 6A and B4. RGB value is (210,106,180). Sum of RGB (Red+Green+Blue) = 210+106+180=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AB4 is #2D954B. Grayscale: #919191. Windows color (decimal): -2987340 or 11823826. OLE color: 11823826.
HSL color Cylindrical-coordinate representation of color #D26AB4: hue angle of 317.31º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26AB4 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 180 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.18 |
| HSL | 317.31º | 0.54% | 0.62% | - |
| HSV(B) | 317.31º | 0.5% | 0.82% | - |
| XYZ | 39.97 | 27.3 | 46.34 | - |
| YUV | 145.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 180 | 0 | 0.50 | 0.14 | 0.18 | 317.31 | 0.54 | 0.62 |
| Hex | D2 | 6A | B4 | 0 | 32 | E | 12 | 13D | 36 | 3E |
| Octal | 322 | 152 | 264 | 0 | 62 | 16 | 22 | 475 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10110100 | 0 | 110010 | 1110 | 10010 | 100111101 | 110110 | 111110 |
Color Harmonies of #D26AB4
Complementary color
Monochromatic Colors of #D26AB4
Black with #D26AB4
Text Example
Text Example
White with #D26AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AB4; }
p { color: rgb(210,106,180); }
H1.HeaderClassName
{
color: #D26AB4;
}
.AnyTagClassName
{
color: #D26AB4;
}
</style>
background-color css
<style>
a { background-color: #D26AB4; }
a { background-color: rgb(210,106,180); }
div.DivClassName
{
background-color: #D26AB4;
}
.BgClassName
{
background-color: #D26AB4;
}
</style>
border-color css
<style>
span { border-color: #D26AB4; }
span { border-color: rgb(210,106,180); }
td.TdClassName
{
border-color: #D26AB4;
}
.TagClassName
{
border-color: #D26AB4;
}
</style>