Shades of Fuchsia #D841B6
Tints of Fuchsia #D841B6
RGB
CMYK
RGB Variations
Color information
#D841B6 (or 0xD841B6) is known color: Fuchsia. HEX triplet: D8, 41 and B6. RGB value is (216,65,182). Sum of RGB (Red+Green+Blue) = 216+65+182=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D841B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841B6 is #27BE49. Grayscale: #7B7B7B. Windows color (decimal): -2604618 or 11944408. OLE color: 11944408.
HSL color Cylindrical-coordinate representation of color #D841B6: hue angle of 313.51º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D841B6 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 182 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.15 |
| HSL | 313.51º | 0.66% | 0.55% | - |
| HSV(B) | 313.51º | 0.7% | 0.85% | - |
| XYZ | 38.65 | 21.76 | 46.42 | - |
| YUV | 123.49 | 161.03 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 182 | 0 | 0.70 | 0.16 | 0.15 | 313.51 | 0.66 | 0.55 |
| Hex | D8 | 41 | B6 | 0 | 46 | 10 | F | 13A | 42 | 37 |
| Octal | 330 | 101 | 266 | 0 | 106 | 20 | 17 | 472 | 102 | 67 |
| Binary | 11011000 | 1000001 | 10110110 | 0 | 1000110 | 10000 | 1111 | 100111010 | 1000010 | 110111 |
Color Harmonies of #D841B6
Complementary color
Monochromatic Colors of #D841B6
Black with #D841B6
Text Example
Text Example
White with #D841B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D841B6; }
p { color: rgb(216,65,182); }
H1.HeaderClassName
{
color: #D841B6;
}
.AnyTagClassName
{
color: #D841B6;
}
</style>
background-color css
<style>
a { background-color: #D841B6; }
a { background-color: rgb(216,65,182); }
div.DivClassName
{
background-color: #D841B6;
}
.BgClassName
{
background-color: #D841B6;
}
</style>
border-color css
<style>
span { border-color: #D841B6; }
span { border-color: rgb(216,65,182); }
td.TdClassName
{
border-color: #D841B6;
}
.TagClassName
{
border-color: #D841B6;
}
</style>