Shades of Fuchsia #D165B0
Tints of Fuchsia #D165B0
RGB
CMYK
RGB Variations
Color information
#D165B0 (or 0xD165B0) is known color: Fuchsia. HEX triplet: D1, 65 and B0. RGB value is (209,101,176). Sum of RGB (Red+Green+Blue) = 209+101+176=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D165B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D165B0 is #2E9A4F. Grayscale: #8D8D8D. Windows color (decimal): -3054160 or 11560401. OLE color: 11560401.
HSL color Cylindrical-coordinate representation of color #D165B0: hue angle of 318.33º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D165B0 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 176 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.18 |
| HSL | 318.33º | 0.54% | 0.61% | - |
| HSV(B) | 318.33º | 0.52% | 0.82% | - |
| XYZ | 38.78 | 26 | 44.05 | - |
| YUV | 141.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 176 | 0 | 0.52 | 0.16 | 0.18 | 318.33 | 0.54 | 0.61 |
| Hex | D1 | 65 | B0 | 0 | 34 | 10 | 12 | 13E | 36 | 3D |
| Octal | 321 | 145 | 260 | 0 | 64 | 20 | 22 | 476 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10110000 | 0 | 110100 | 10000 | 10010 | 100111110 | 110110 | 111101 |
Color Harmonies of #D165B0
Complementary color
Monochromatic Colors of #D165B0
Black with #D165B0
Text Example
Text Example
White with #D165B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165B0; }
p { color: rgb(209,101,176); }
H1.HeaderClassName
{
color: #D165B0;
}
.AnyTagClassName
{
color: #D165B0;
}
</style>
background-color css
<style>
a { background-color: #D165B0; }
a { background-color: rgb(209,101,176); }
div.DivClassName
{
background-color: #D165B0;
}
.BgClassName
{
background-color: #D165B0;
}
</style>
border-color css
<style>
span { border-color: #D165B0; }
span { border-color: rgb(209,101,176); }
td.TdClassName
{
border-color: #D165B0;
}
.TagClassName
{
border-color: #D165B0;
}
</style>