Shades of Fuchsia #D866B5
Tints of Fuchsia #D866B5
RGB
CMYK
RGB Variations
Color information
#D866B5 (or 0xD866B5) is known color: Fuchsia. HEX triplet: D8, 66 and B5. RGB value is (216,102,181). Sum of RGB (Red+Green+Blue) = 216+102+181=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D866B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D866B5 is #27994A. Grayscale: #909090. Windows color (decimal): -2595147 or 11888344. OLE color: 11888344.
HSL color Cylindrical-coordinate representation of color #D866B5: hue angle of 318.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D866B5 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 181 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.15 |
| HSL | 318.42º | 0.59% | 0.62% | - |
| HSV(B) | 318.42º | 0.53% | 0.85% | - |
| XYZ | 41.41 | 27.44 | 46.83 | - |
| YUV | 145.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 181 | 0 | 0.53 | 0.16 | 0.15 | 318.42 | 0.59 | 0.62 |
| Hex | D8 | 66 | B5 | 0 | 35 | 10 | F | 13E | 3B | 3E |
| Octal | 330 | 146 | 265 | 0 | 65 | 20 | 17 | 476 | 73 | 76 |
| Binary | 11011000 | 1100110 | 10110101 | 0 | 110101 | 10000 | 1111 | 100111110 | 111011 | 111110 |
Color Harmonies of #D866B5
Complementary color
Monochromatic Colors of #D866B5
Black with #D866B5
Text Example
Text Example
White with #D866B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D866B5; }
p { color: rgb(216,102,181); }
H1.HeaderClassName
{
color: #D866B5;
}
.AnyTagClassName
{
color: #D866B5;
}
</style>
background-color css
<style>
a { background-color: #D866B5; }
a { background-color: rgb(216,102,181); }
div.DivClassName
{
background-color: #D866B5;
}
.BgClassName
{
background-color: #D866B5;
}
</style>
border-color css
<style>
span { border-color: #D866B5; }
span { border-color: rgb(216,102,181); }
td.TdClassName
{
border-color: #D866B5;
}
.TagClassName
{
border-color: #D866B5;
}
</style>