Shades of Fuchsia #D765B9
Tints of Fuchsia #D765B9
RGB
CMYK
RGB Variations
Color information
#D765B9 (or 0xD765B9) is known color: Fuchsia. HEX triplet: D7, 65 and B9. RGB value is (215,101,185). Sum of RGB (Red+Green+Blue) = 215+101+185=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D765B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D765B9 is #289A46. Grayscale: #909090. Windows color (decimal): -2660935 or 12150231. OLE color: 12150231.
HSL color Cylindrical-coordinate representation of color #D765B9: hue angle of 315.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D765B9 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 185 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.16 |
| HSL | 315.79º | 0.59% | 0.62% | - |
| HSV(B) | 315.79º | 0.53% | 0.84% | - |
| XYZ | 41.43 | 27.26 | 48.98 | - |
| YUV | 144.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 185 | 0 | 0.53 | 0.14 | 0.16 | 315.79 | 0.59 | 0.62 |
| Hex | D7 | 65 | B9 | 0 | 35 | E | 10 | 13C | 3B | 3E |
| Octal | 327 | 145 | 271 | 0 | 65 | 16 | 20 | 474 | 73 | 76 |
| Binary | 11010111 | 1100101 | 10111001 | 0 | 110101 | 1110 | 10000 | 100111100 | 111011 | 111110 |
Color Harmonies of #D765B9
Complementary color
Monochromatic Colors of #D765B9
Black with #D765B9
Text Example
Text Example
White with #D765B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D765B9; }
p { color: rgb(215,101,185); }
H1.HeaderClassName
{
color: #D765B9;
}
.AnyTagClassName
{
color: #D765B9;
}
</style>
background-color css
<style>
a { background-color: #D765B9; }
a { background-color: rgb(215,101,185); }
div.DivClassName
{
background-color: #D765B9;
}
.BgClassName
{
background-color: #D765B9;
}
</style>
border-color css
<style>
span { border-color: #D765B9; }
span { border-color: rgb(215,101,185); }
td.TdClassName
{
border-color: #D765B9;
}
.TagClassName
{
border-color: #D765B9;
}
</style>