Shades of Fuchsia #D165BE
Tints of Fuchsia #D165BE
RGB
CMYK
RGB Variations
Color information
#D165BE (or 0xD165BE) is known color: Fuchsia. HEX triplet: D1, 65 and BE. RGB value is (209,101,190). Sum of RGB (Red+Green+Blue) = 209+101+190=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D165BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165BE is #2E9A41. Grayscale: #8F8F8F. Windows color (decimal): -3054146 or 12477905. OLE color: 12477905.
HSL color Cylindrical-coordinate representation of color #D165BE: hue angle of 310.56º 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 #D165BE is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 190 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.18 |
| HSL | 310.56º | 0.54% | 0.61% | - |
| HSV(B) | 310.56º | 0.52% | 0.82% | - |
| XYZ | 40.24 | 26.58 | 51.72 | - |
| YUV | 143.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 190 | 0 | 0.52 | 0.09 | 0.18 | 310.56 | 0.54 | 0.61 |
| Hex | D1 | 65 | BE | 0 | 34 | 9 | 12 | 137 | 36 | 3D |
| Octal | 321 | 145 | 276 | 0 | 64 | 11 | 22 | 467 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10111110 | 0 | 110100 | 1001 | 10010 | 100110111 | 110110 | 111101 |
Color Harmonies of #D165BE
Complementary color
Monochromatic Colors of #D165BE
Black with #D165BE
Text Example
Text Example
White with #D165BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165BE; }
p { color: rgb(209,101,190); }
H1.HeaderClassName
{
color: #D165BE;
}
.AnyTagClassName
{
color: #D165BE;
}
</style>
background-color css
<style>
a { background-color: #D165BE; }
a { background-color: rgb(209,101,190); }
div.DivClassName
{
background-color: #D165BE;
}
.BgClassName
{
background-color: #D165BE;
}
</style>
border-color css
<style>
span { border-color: #D165BE; }
span { border-color: rgb(209,101,190); }
td.TdClassName
{
border-color: #D165BE;
}
.TagClassName
{
border-color: #D165BE;
}
</style>