Shades of Fuchsia #D862B7
Tints of Fuchsia #D862B7
RGB
CMYK
RGB Variations
Color information
#D862B7 (or 0xD862B7) is known color: Fuchsia. HEX triplet: D8, 62 and B7. RGB value is (216,98,183). Sum of RGB (Red+Green+Blue) = 216+98+183=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D862B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862B7 is #279D48. Grayscale: #8E8E8E. Windows color (decimal): -2596169 or 12018392. OLE color: 12018392.
HSL color Cylindrical-coordinate representation of color #D862B7: hue angle of 316.78º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D862B7 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 183 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.15 |
| HSL | 316.78º | 0.6% | 0.62% | - |
| HSV(B) | 316.78º | 0.55% | 0.85% | - |
| XYZ | 41.23 | 26.75 | 47.79 | - |
| YUV | 142.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 183 | 0 | 0.55 | 0.15 | 0.15 | 316.78 | 0.6 | 0.62 |
| Hex | D8 | 62 | B7 | 0 | 37 | F | F | 13D | 3C | 3E |
| Octal | 330 | 142 | 267 | 0 | 67 | 17 | 17 | 475 | 74 | 76 |
| Binary | 11011000 | 1100010 | 10110111 | 0 | 110111 | 1111 | 1111 | 100111101 | 111100 | 111110 |
Color Harmonies of #D862B7
Complementary color
Monochromatic Colors of #D862B7
Black with #D862B7
Text Example
Text Example
White with #D862B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862B7; }
p { color: rgb(216,98,183); }
H1.HeaderClassName
{
color: #D862B7;
}
.AnyTagClassName
{
color: #D862B7;
}
</style>
background-color css
<style>
a { background-color: #D862B7; }
a { background-color: rgb(216,98,183); }
div.DivClassName
{
background-color: #D862B7;
}
.BgClassName
{
background-color: #D862B7;
}
</style>
border-color css
<style>
span { border-color: #D862B7; }
span { border-color: rgb(216,98,183); }
td.TdClassName
{
border-color: #D862B7;
}
.TagClassName
{
border-color: #D862B7;
}
</style>