Shades of Fuchsia #D26AB6
Tints of Fuchsia #D26AB6
RGB
CMYK
RGB Variations
Color information
#D26AB6 (or 0xD26AB6) is known color: Fuchsia. HEX triplet: D2, 6A and B6. RGB value is (210,106,182). Sum of RGB (Red+Green+Blue) = 210+106+182=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AB6 is #2D9549. Grayscale: #919191. Windows color (decimal): -2987338 or 11954898. OLE color: 11954898.
HSL color Cylindrical-coordinate representation of color #D26AB6: hue angle of 316.15º 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 #D26AB6 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 182 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.18 |
| HSL | 316.15º | 0.54% | 0.62% | - |
| HSV(B) | 316.15º | 0.5% | 0.82% | - |
| XYZ | 40.18 | 27.39 | 47.42 | - |
| YUV | 145.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 182 | 0 | 0.50 | 0.13 | 0.18 | 316.15 | 0.54 | 0.62 |
| Hex | D2 | 6A | B6 | 0 | 32 | D | 12 | 13C | 36 | 3E |
| Octal | 322 | 152 | 266 | 0 | 62 | 15 | 22 | 474 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10110110 | 0 | 110010 | 1101 | 10010 | 100111100 | 110110 | 111110 |
Color Harmonies of #D26AB6
Complementary color
Monochromatic Colors of #D26AB6
Black with #D26AB6
Text Example
Text Example
White with #D26AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AB6; }
p { color: rgb(210,106,182); }
H1.HeaderClassName
{
color: #D26AB6;
}
.AnyTagClassName
{
color: #D26AB6;
}
</style>
background-color css
<style>
a { background-color: #D26AB6; }
a { background-color: rgb(210,106,182); }
div.DivClassName
{
background-color: #D26AB6;
}
.BgClassName
{
background-color: #D26AB6;
}
</style>
border-color css
<style>
span { border-color: #D26AB6; }
span { border-color: rgb(210,106,182); }
td.TdClassName
{
border-color: #D26AB6;
}
.TagClassName
{
border-color: #D26AB6;
}
</style>