Shades of Fuchsia #D844B6
Tints of Fuchsia #D844B6
RGB
CMYK
RGB Variations
Color information
#D844B6 (or 0xD844B6) is known color: Fuchsia. HEX triplet: D8, 44 and B6. RGB value is (216,68,182). Sum of RGB (Red+Green+Blue) = 216+68+182=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D844B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D844B6 is #27BB49. Grayscale: #7C7C7C. Windows color (decimal): -2603850 or 11945176. OLE color: 11945176.
HSL color Cylindrical-coordinate representation of color #D844B6: hue angle of 313.78º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D844B6 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 182 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.15 |
| HSL | 313.78º | 0.65% | 0.56% | - |
| HSV(B) | 313.78º | 0.69% | 0.85% | - |
| XYZ | 38.83 | 22.11 | 46.48 | - |
| YUV | 125.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 182 | 0 | 0.69 | 0.16 | 0.15 | 313.78 | 0.65 | 0.56 |
| Hex | D8 | 44 | B6 | 0 | 45 | 10 | F | 13A | 41 | 38 |
| Octal | 330 | 104 | 266 | 0 | 105 | 20 | 17 | 472 | 101 | 70 |
| Binary | 11011000 | 1000100 | 10110110 | 0 | 1000101 | 10000 | 1111 | 100111010 | 1000001 | 111000 |
Color Harmonies of #D844B6
Complementary color
Monochromatic Colors of #D844B6
Black with #D844B6
Text Example
Text Example
White with #D844B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D844B6; }
p { color: rgb(216,68,182); }
H1.HeaderClassName
{
color: #D844B6;
}
.AnyTagClassName
{
color: #D844B6;
}
</style>
background-color css
<style>
a { background-color: #D844B6; }
a { background-color: rgb(216,68,182); }
div.DivClassName
{
background-color: #D844B6;
}
.BgClassName
{
background-color: #D844B6;
}
</style>
border-color css
<style>
span { border-color: #D844B6; }
span { border-color: rgb(216,68,182); }
td.TdClassName
{
border-color: #D844B6;
}
.TagClassName
{
border-color: #D844B6;
}
</style>