Shades of Fuchsia #D26AB8
Tints of Fuchsia #D26AB8
RGB
CMYK
RGB Variations
Color information
#D26AB8 (or 0xD26AB8) is known color: Fuchsia. HEX triplet: D2, 6A and B8. RGB value is (210,106,184). Sum of RGB (Red+Green+Blue) = 210+106+184=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D26AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26AB8 is #2D9547. Grayscale: #919191. Windows color (decimal): -2987336 or 12085970. OLE color: 12085970.
HSL color Cylindrical-coordinate representation of color #D26AB8: hue angle of 315º 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 #D26AB8 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 184 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.18 |
| HSL | 315º | 0.54% | 0.62% | - |
| HSV(B) | 315º | 0.5% | 0.82% | - |
| XYZ | 40.38 | 27.47 | 48.52 | - |
| YUV | 145.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 184 | 0 | 0.50 | 0.12 | 0.18 | 315 | 0.54 | 0.62 |
| Hex | D2 | 6A | B8 | 0 | 32 | C | 12 | 13B | 36 | 3E |
| Octal | 322 | 152 | 270 | 0 | 62 | 14 | 22 | 473 | 66 | 76 |
| Binary | 11010010 | 1101010 | 10111000 | 0 | 110010 | 1100 | 10010 | 100111011 | 110110 | 111110 |
Color Harmonies of #D26AB8
Complementary color
Monochromatic Colors of #D26AB8
Black with #D26AB8
Text Example
Text Example
White with #D26AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AB8; }
p { color: rgb(210,106,184); }
H1.HeaderClassName
{
color: #D26AB8;
}
.AnyTagClassName
{
color: #D26AB8;
}
</style>
background-color css
<style>
a { background-color: #D26AB8; }
a { background-color: rgb(210,106,184); }
div.DivClassName
{
background-color: #D26AB8;
}
.BgClassName
{
background-color: #D26AB8;
}
</style>
border-color css
<style>
span { border-color: #D26AB8; }
span { border-color: rgb(210,106,184); }
td.TdClassName
{
border-color: #D26AB8;
}
.TagClassName
{
border-color: #D26AB8;
}
</style>