Shades of Fuchsia #D849C0
Tints of Fuchsia #D849C0
RGB
CMYK
RGB Variations
Color information
#D849C0 (or 0xD849C0) is known color: Fuchsia. HEX triplet: D8, 49 and C0. RGB value is (216,73,192). Sum of RGB (Red+Green+Blue) = 216+73+192=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D849C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D849C0 is #27B63F. Grayscale: #808080. Windows color (decimal): -2602560 or 12601816. OLE color: 12601816.
HSL color Cylindrical-coordinate representation of color #D849C0: hue angle of 310.07º 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 #D849C0 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 73 | 192 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.15 |
| HSL | 310.07º | 0.65% | 0.57% | - |
| HSV(B) | 310.07º | 0.66% | 0.85% | - |
| XYZ | 40.22 | 23.17 | 52.22 | - |
| YUV | 129.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 192 | 0 | 0.66 | 0.11 | 0.15 | 310.07 | 0.65 | 0.57 |
| Hex | D8 | 49 | C0 | 0 | 42 | B | F | 136 | 41 | 39 |
| Octal | 330 | 111 | 300 | 0 | 102 | 13 | 17 | 466 | 101 | 71 |
| Binary | 11011000 | 1001001 | 11000000 | 0 | 1000010 | 1011 | 1111 | 100110110 | 1000001 | 111001 |
Color Harmonies of #D849C0
Complementary color
Monochromatic Colors of #D849C0
Black with #D849C0
Text Example
Text Example
White with #D849C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D849C0; }
p { color: rgb(216,73,192); }
H1.HeaderClassName
{
color: #D849C0;
}
.AnyTagClassName
{
color: #D849C0;
}
</style>
background-color css
<style>
a { background-color: #D849C0; }
a { background-color: rgb(216,73,192); }
div.DivClassName
{
background-color: #D849C0;
}
.BgClassName
{
background-color: #D849C0;
}
</style>
border-color css
<style>
span { border-color: #D849C0; }
span { border-color: rgb(216,73,192); }
td.TdClassName
{
border-color: #D849C0;
}
.TagClassName
{
border-color: #D849C0;
}
</style>