Shades of Fuchsia #D837C1
Tints of Fuchsia #D837C1
RGB
CMYK
RGB Variations
Color information
#D837C1 (or 0xD837C1) is known color: Fuchsia. HEX triplet: D8, 37 and C1. RGB value is (216,55,193). Sum of RGB (Red+Green+Blue) = 216+55+193=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D837C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D837C1 is #27C83E. Grayscale: #767676. Windows color (decimal): -2607167 or 12662744. OLE color: 12662744.
HSL color Cylindrical-coordinate representation of color #D837C1: hue angle of 308.57º degrees, saturation: 0.67, 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 #D837C1 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 193 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.15 |
| HSL | 308.57º | 0.67% | 0.53% | - |
| HSV(B) | 308.57º | 0.75% | 0.85% | - |
| XYZ | 39.31 | 21.18 | 52.47 | - |
| YUV | 118.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 193 | 0 | 0.75 | 0.11 | 0.15 | 308.57 | 0.67 | 0.53 |
| Hex | D8 | 37 | C1 | 0 | 4B | B | F | 135 | 43 | 35 |
| Octal | 330 | 67 | 301 | 0 | 113 | 13 | 17 | 465 | 103 | 65 |
| Binary | 11011000 | 110111 | 11000001 | 0 | 1001011 | 1011 | 1111 | 100110101 | 1000011 | 110101 |
Color Harmonies of #D837C1
Complementary color
Monochromatic Colors of #D837C1
Black with #D837C1
Text Example
Text Example
White with #D837C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D837C1; }
p { color: rgb(216,55,193); }
H1.HeaderClassName
{
color: #D837C1;
}
.AnyTagClassName
{
color: #D837C1;
}
</style>
background-color css
<style>
a { background-color: #D837C1; }
a { background-color: rgb(216,55,193); }
div.DivClassName
{
background-color: #D837C1;
}
.BgClassName
{
background-color: #D837C1;
}
</style>
border-color css
<style>
span { border-color: #D837C1; }
span { border-color: rgb(216,55,193); }
td.TdClassName
{
border-color: #D837C1;
}
.TagClassName
{
border-color: #D837C1;
}
</style>