Shades of Fuchsia #D165C0
Tints of Fuchsia #D165C0
RGB
CMYK
RGB Variations
Color information
#D165C0 (or 0xD165C0) is known color: Fuchsia. HEX triplet: D1, 65 and C0. RGB value is (209,101,192). Sum of RGB (Red+Green+Blue) = 209+101+192=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D165C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165C0 is #2E9A3F. Grayscale: #8F8F8F. Windows color (decimal): -3054144 or 12608977. OLE color: 12608977.
HSL color Cylindrical-coordinate representation of color #D165C0: hue angle of 309.44º 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 #D165C0 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 192 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.18 |
| HSL | 309.44º | 0.54% | 0.61% | - |
| HSV(B) | 309.44º | 0.52% | 0.82% | - |
| XYZ | 40.46 | 26.67 | 52.88 | - |
| YUV | 143.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 192 | 0 | 0.52 | 0.08 | 0.18 | 309.44 | 0.54 | 0.61 |
| Hex | D1 | 65 | C0 | 0 | 34 | 8 | 12 | 135 | 36 | 3D |
| Octal | 321 | 145 | 300 | 0 | 64 | 10 | 22 | 465 | 66 | 75 |
| Binary | 11010001 | 1100101 | 11000000 | 0 | 110100 | 1000 | 10010 | 100110101 | 110110 | 111101 |
Color Harmonies of #D165C0
Complementary color
Monochromatic Colors of #D165C0
Black with #D165C0
Text Example
Text Example
White with #D165C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165C0; }
p { color: rgb(209,101,192); }
H1.HeaderClassName
{
color: #D165C0;
}
.AnyTagClassName
{
color: #D165C0;
}
</style>
background-color css
<style>
a { background-color: #D165C0; }
a { background-color: rgb(209,101,192); }
div.DivClassName
{
background-color: #D165C0;
}
.BgClassName
{
background-color: #D165C0;
}
</style>
border-color css
<style>
span { border-color: #D165C0; }
span { border-color: rgb(209,101,192); }
td.TdClassName
{
border-color: #D165C0;
}
.TagClassName
{
border-color: #D165C0;
}
</style>