Shades of Fuchsia #D841B8
Tints of Fuchsia #D841B8
RGB
CMYK
RGB Variations
Color information
#D841B8 (or 0xD841B8) is known color: Fuchsia. HEX triplet: D8, 41 and B8. RGB value is (216,65,184). Sum of RGB (Red+Green+Blue) = 216+65+184=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D841B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D841B8 is #27BE47. Grayscale: #7B7B7B. Windows color (decimal): -2604616 or 12075480. OLE color: 12075480.
HSL color Cylindrical-coordinate representation of color #D841B8: hue angle of 312.72º 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 #D841B8 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 184 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.15 |
| HSL | 312.72º | 0.66% | 0.55% | - |
| HSV(B) | 312.72º | 0.7% | 0.85% | - |
| XYZ | 38.86 | 21.84 | 47.51 | - |
| YUV | 123.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 184 | 0 | 0.70 | 0.15 | 0.15 | 312.72 | 0.66 | 0.55 |
| Hex | D8 | 41 | B8 | 0 | 46 | F | F | 139 | 42 | 37 |
| Octal | 330 | 101 | 270 | 0 | 106 | 17 | 17 | 471 | 102 | 67 |
| Binary | 11011000 | 1000001 | 10111000 | 0 | 1000110 | 1111 | 1111 | 100111001 | 1000010 | 110111 |
Color Harmonies of #D841B8
Complementary color
Monochromatic Colors of #D841B8
Black with #D841B8
Text Example
Text Example
White with #D841B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D841B8; }
p { color: rgb(216,65,184); }
H1.HeaderClassName
{
color: #D841B8;
}
.AnyTagClassName
{
color: #D841B8;
}
</style>
background-color css
<style>
a { background-color: #D841B8; }
a { background-color: rgb(216,65,184); }
div.DivClassName
{
background-color: #D841B8;
}
.BgClassName
{
background-color: #D841B8;
}
</style>
border-color css
<style>
span { border-color: #D841B8; }
span { border-color: rgb(216,65,184); }
td.TdClassName
{
border-color: #D841B8;
}
.TagClassName
{
border-color: #D841B8;
}
</style>