Shades of Fuchsia #D860B2
Tints of Fuchsia #D860B2
RGB
CMYK
RGB Variations
Color information
#D860B2 (or 0xD860B2) is known color: Fuchsia. HEX triplet: D8, 60 and B2. RGB value is (216,96,178). Sum of RGB (Red+Green+Blue) = 216+96+178=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D860B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D860B2 is #279F4D. Grayscale: #8D8D8D. Windows color (decimal): -2596686 or 11690200. OLE color: 11690200.
HSL color Cylindrical-coordinate representation of color #D860B2: hue angle of 319º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D860B2 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 178 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.15 |
| HSL | 319º | 0.61% | 0.61% | - |
| HSV(B) | 319º | 0.56% | 0.85% | - |
| XYZ | 40.54 | 26.18 | 45.04 | - |
| YUV | 141.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 178 | 0 | 0.56 | 0.18 | 0.15 | 319 | 0.61 | 0.61 |
| Hex | D8 | 60 | B2 | 0 | 38 | 12 | F | 13F | 3D | 3D |
| Octal | 330 | 140 | 262 | 0 | 70 | 22 | 17 | 477 | 75 | 75 |
| Binary | 11011000 | 1100000 | 10110010 | 0 | 111000 | 10010 | 1111 | 100111111 | 111101 | 111101 |
Color Harmonies of #D860B2
Complementary color
Monochromatic Colors of #D860B2
Black with #D860B2
Text Example
Text Example
White with #D860B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D860B2; }
p { color: rgb(216,96,178); }
H1.HeaderClassName
{
color: #D860B2;
}
.AnyTagClassName
{
color: #D860B2;
}
</style>
background-color css
<style>
a { background-color: #D860B2; }
a { background-color: rgb(216,96,178); }
div.DivClassName
{
background-color: #D860B2;
}
.BgClassName
{
background-color: #D860B2;
}
</style>
border-color css
<style>
span { border-color: #D860B2; }
span { border-color: rgb(216,96,178); }
td.TdClassName
{
border-color: #D860B2;
}
.TagClassName
{
border-color: #D860B2;
}
</style>