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