Shades of Fuchsia #D766B7
Tints of Fuchsia #D766B7
RGB
CMYK
RGB Variations
Color information
#D766B7 (or 0xD766B7) is known color: Fuchsia. HEX triplet: D7, 66 and B7. RGB value is (215,102,183). Sum of RGB (Red+Green+Blue) = 215+102+183=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D766B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D766B7 is #289948. Grayscale: #909090. Windows color (decimal): -2660681 or 12019415. OLE color: 12019415.
HSL color Cylindrical-coordinate representation of color #D766B7: hue angle of 316.99º 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 #D766B7 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 183 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.16 |
| HSL | 316.99º | 0.59% | 0.62% | - |
| HSV(B) | 316.99º | 0.53% | 0.84% | - |
| XYZ | 41.32 | 27.37 | 47.9 | - |
| YUV | 145.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 183 | 0 | 0.53 | 0.15 | 0.16 | 316.99 | 0.59 | 0.62 |
| Hex | D7 | 66 | B7 | 0 | 35 | F | 10 | 13D | 3B | 3E |
| Octal | 327 | 146 | 267 | 0 | 65 | 17 | 20 | 475 | 73 | 76 |
| Binary | 11010111 | 1100110 | 10110111 | 0 | 110101 | 1111 | 10000 | 100111101 | 111011 | 111110 |
Color Harmonies of #D766B7
Complementary color
Monochromatic Colors of #D766B7
Black with #D766B7
Text Example
Text Example
White with #D766B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D766B7; }
p { color: rgb(215,102,183); }
H1.HeaderClassName
{
color: #D766B7;
}
.AnyTagClassName
{
color: #D766B7;
}
</style>
background-color css
<style>
a { background-color: #D766B7; }
a { background-color: rgb(215,102,183); }
div.DivClassName
{
background-color: #D766B7;
}
.BgClassName
{
background-color: #D766B7;
}
</style>
border-color css
<style>
span { border-color: #D766B7; }
span { border-color: rgb(215,102,183); }
td.TdClassName
{
border-color: #D766B7;
}
.TagClassName
{
border-color: #D766B7;
}
</style>