Shades of Fuchsia #D865B4
Tints of Fuchsia #D865B4
RGB
CMYK
RGB Variations
Color information
#D865B4 (or 0xD865B4) is known color: Fuchsia. HEX triplet: D8, 65 and B4. RGB value is (216,101,180). Sum of RGB (Red+Green+Blue) = 216+101+180=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D865B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865B4 is #279A4B. Grayscale: #909090. Windows color (decimal): -2595404 or 11822552. OLE color: 11822552.
HSL color Cylindrical-coordinate representation of color #D865B4: hue angle of 318.78º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D865B4 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 180 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.15 |
| HSL | 318.78º | 0.6% | 0.62% | - |
| HSV(B) | 318.78º | 0.53% | 0.85% | - |
| XYZ | 41.21 | 27.2 | 46.26 | - |
| YUV | 144.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 180 | 0 | 0.53 | 0.17 | 0.15 | 318.78 | 0.6 | 0.62 |
| Hex | D8 | 65 | B4 | 0 | 35 | 11 | F | 13F | 3C | 3E |
| Octal | 330 | 145 | 264 | 0 | 65 | 21 | 17 | 477 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10110100 | 0 | 110101 | 10001 | 1111 | 100111111 | 111100 | 111110 |
Color Harmonies of #D865B4
Complementary color
Monochromatic Colors of #D865B4
Black with #D865B4
Text Example
Text Example
White with #D865B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865B4; }
p { color: rgb(216,101,180); }
H1.HeaderClassName
{
color: #D865B4;
}
.AnyTagClassName
{
color: #D865B4;
}
</style>
background-color css
<style>
a { background-color: #D865B4; }
a { background-color: rgb(216,101,180); }
div.DivClassName
{
background-color: #D865B4;
}
.BgClassName
{
background-color: #D865B4;
}
</style>
border-color css
<style>
span { border-color: #D865B4; }
span { border-color: rgb(216,101,180); }
td.TdClassName
{
border-color: #D865B4;
}
.TagClassName
{
border-color: #D865B4;
}
</style>