Shades of Fuchsia #D165B7
Tints of Fuchsia #D165B7
RGB
CMYK
RGB Variations
Color information
#D165B7 (or 0xD165B7) is known color: Fuchsia. HEX triplet: D1, 65 and B7. RGB value is (209,101,183). Sum of RGB (Red+Green+Blue) = 209+101+183=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D165B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165B7 is #2E9A48. Grayscale: #8E8E8E. Windows color (decimal): -3054153 or 12019153. OLE color: 12019153.
HSL color Cylindrical-coordinate representation of color #D165B7: hue angle of 314.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 #D165B7 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 183 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.18 |
| HSL | 314.44º | 0.54% | 0.61% | - |
| HSV(B) | 314.44º | 0.52% | 0.82% | - |
| XYZ | 39.5 | 26.28 | 47.79 | - |
| YUV | 142.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 183 | 0 | 0.52 | 0.12 | 0.18 | 314.44 | 0.54 | 0.61 |
| Hex | D1 | 65 | B7 | 0 | 34 | C | 12 | 13A | 36 | 3D |
| Octal | 321 | 145 | 267 | 0 | 64 | 14 | 22 | 472 | 66 | 75 |
| Binary | 11010001 | 1100101 | 10110111 | 0 | 110100 | 1100 | 10010 | 100111010 | 110110 | 111101 |
Color Harmonies of #D165B7
Complementary color
Monochromatic Colors of #D165B7
Black with #D165B7
Text Example
Text Example
White with #D165B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165B7; }
p { color: rgb(209,101,183); }
H1.HeaderClassName
{
color: #D165B7;
}
.AnyTagClassName
{
color: #D165B7;
}
</style>
background-color css
<style>
a { background-color: #D165B7; }
a { background-color: rgb(209,101,183); }
div.DivClassName
{
background-color: #D165B7;
}
.BgClassName
{
background-color: #D165B7;
}
</style>
border-color css
<style>
span { border-color: #D165B7; }
span { border-color: rgb(209,101,183); }
td.TdClassName
{
border-color: #D165B7;
}
.TagClassName
{
border-color: #D165B7;
}
</style>