Shades of Fuchsia #D843BA
Tints of Fuchsia #D843BA
RGB
CMYK
RGB Variations
Color information
#D843BA (or 0xD843BA) is known color: Fuchsia. HEX triplet: D8, 43 and BA. RGB value is (216,67,186). Sum of RGB (Red+Green+Blue) = 216+67+186=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D843BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D843BA is #27BC45. Grayscale: #7C7C7C. Windows color (decimal): -2604102 or 12207064. OLE color: 12207064.
HSL color Cylindrical-coordinate representation of color #D843BA: hue angle of 312.08º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D843BA is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 186 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.15 |
| HSL | 312.08º | 0.66% | 0.55% | - |
| HSV(B) | 312.08º | 0.69% | 0.85% | - |
| XYZ | 39.19 | 22.16 | 48.67 | - |
| YUV | 125.12 | 162.36 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 186 | 0 | 0.69 | 0.14 | 0.15 | 312.08 | 0.66 | 0.55 |
| Hex | D8 | 43 | BA | 0 | 45 | E | F | 138 | 42 | 37 |
| Octal | 330 | 103 | 272 | 0 | 105 | 16 | 17 | 470 | 102 | 67 |
| Binary | 11011000 | 1000011 | 10111010 | 0 | 1000101 | 1110 | 1111 | 100111000 | 1000010 | 110111 |
Color Harmonies of #D843BA
Complementary color
Monochromatic Colors of #D843BA
Black with #D843BA
Text Example
Text Example
White with #D843BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D843BA; }
p { color: rgb(216,67,186); }
H1.HeaderClassName
{
color: #D843BA;
}
.AnyTagClassName
{
color: #D843BA;
}
</style>
background-color css
<style>
a { background-color: #D843BA; }
a { background-color: rgb(216,67,186); }
div.DivClassName
{
background-color: #D843BA;
}
.BgClassName
{
background-color: #D843BA;
}
</style>
border-color css
<style>
span { border-color: #D843BA; }
span { border-color: rgb(216,67,186); }
td.TdClassName
{
border-color: #D843BA;
}
.TagClassName
{
border-color: #D843BA;
}
</style>