Shades of Fuchsia #D937C1
Tints of Fuchsia #D937C1
RGB
CMYK
RGB Variations
Color information
#D937C1 (or 0xD937C1) is known color: Fuchsia. HEX triplet: D9, 37 and C1. RGB value is (217,55,193). Sum of RGB (Red+Green+Blue) = 217+55+193=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D937C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D937C1 is #26C83E. Grayscale: #767676. Windows color (decimal): -2541631 or 12662745. OLE color: 12662745.
HSL color Cylindrical-coordinate representation of color #D937C1: hue angle of 308.89º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D937C1 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 193 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.15 |
| HSL | 308.89º | 0.68% | 0.53% | - |
| HSV(B) | 308.89º | 0.75% | 0.85% | - |
| XYZ | 39.61 | 21.33 | 52.48 | - |
| YUV | 119.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 193 | 0 | 0.75 | 0.11 | 0.15 | 308.89 | 0.68 | 0.53 |
| Hex | D9 | 37 | C1 | 0 | 4B | B | F | 135 | 44 | 35 |
| Octal | 331 | 67 | 301 | 0 | 113 | 13 | 17 | 465 | 104 | 65 |
| Binary | 11011001 | 110111 | 11000001 | 0 | 1001011 | 1011 | 1111 | 100110101 | 1000100 | 110101 |
Color Harmonies of #D937C1
Complementary color
Monochromatic Colors of #D937C1
Black with #D937C1
Text Example
Text Example
White with #D937C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D937C1; }
p { color: rgb(217,55,193); }
H1.HeaderClassName
{
color: #D937C1;
}
.AnyTagClassName
{
color: #D937C1;
}
</style>
background-color css
<style>
a { background-color: #D937C1; }
a { background-color: rgb(217,55,193); }
div.DivClassName
{
background-color: #D937C1;
}
.BgClassName
{
background-color: #D937C1;
}
</style>
border-color css
<style>
span { border-color: #D937C1; }
span { border-color: rgb(217,55,193); }
td.TdClassName
{
border-color: #D937C1;
}
.TagClassName
{
border-color: #D937C1;
}
</style>