Shades of Fuchsia #D849C1
Tints of Fuchsia #D849C1
RGB
CMYK
RGB Variations
Color information
#D849C1 (or 0xD849C1) is known color: Fuchsia. HEX triplet: D8, 49 and C1. RGB value is (216,73,193). Sum of RGB (Red+Green+Blue) = 216+73+193=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D849C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849C1 is #27B63E. Grayscale: #818181. Windows color (decimal): -2602559 or 12667352. OLE color: 12667352.
HSL color Cylindrical-coordinate representation of color #D849C1: hue angle of 309.65º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D849C1 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 193 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.15 |
| HSL | 309.65º | 0.65% | 0.57% | - |
| HSV(B) | 309.65º | 0.66% | 0.85% | - |
| XYZ | 40.33 | 23.21 | 52.81 | - |
| YUV | 129.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 193 | 0 | 0.66 | 0.11 | 0.15 | 309.65 | 0.65 | 0.57 |
| Hex | D8 | 49 | C1 | 0 | 42 | B | F | 136 | 41 | 39 |
| Octal | 330 | 111 | 301 | 0 | 102 | 13 | 17 | 466 | 101 | 71 |
| Binary | 11011000 | 1001001 | 11000001 | 0 | 1000010 | 1011 | 1111 | 100110110 | 1000001 | 111001 |
Color Harmonies of #D849C1
Complementary color
Monochromatic Colors of #D849C1
Black with #D849C1
Text Example
Text Example
White with #D849C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D849C1; }
p { color: rgb(216,73,193); }
H1.HeaderClassName
{
color: #D849C1;
}
.AnyTagClassName
{
color: #D849C1;
}
</style>
background-color css
<style>
a { background-color: #D849C1; }
a { background-color: rgb(216,73,193); }
div.DivClassName
{
background-color: #D849C1;
}
.BgClassName
{
background-color: #D849C1;
}
</style>
border-color css
<style>
span { border-color: #D849C1; }
span { border-color: rgb(216,73,193); }
td.TdClassName
{
border-color: #D849C1;
}
.TagClassName
{
border-color: #D849C1;
}
</style>