Shades of Fuchsia #D937C2
Tints of Fuchsia #D937C2
RGB
CMYK
RGB Variations
Color information
#D937C2 (or 0xD937C2) is known color: Fuchsia. HEX triplet: D9, 37 and C2. RGB value is (217,55,194). Sum of RGB (Red+Green+Blue) = 217+55+194=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D937C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D937C2 is #26C83D. Grayscale: #767676. Windows color (decimal): -2541630 or 12728281. OLE color: 12728281.
HSL color Cylindrical-coordinate representation of color #D937C2: hue angle of 308.52º 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 #D937C2 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 55 | 194 | - |
CMYK | 0 | 0.75 | 0.11 | 0.15 |
HSL | 308.52º | 0.68% | 0.53% | - |
HSV(B) | 308.52º | 0.75% | 0.85% | - |
XYZ | 39.72 | 21.38 | 53.07 | - |
YUV | 119.28 | 170.17 | 197.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 55 | 194 | 0 | 0.75 | 0.11 | 0.15 | 308.52 | 0.68 | 0.53 |
Hex | D9 | 37 | C2 | 0 | 4B | B | F | 135 | 44 | 35 |
Octal | 331 | 67 | 302 | 0 | 113 | 13 | 17 | 465 | 104 | 65 |
Binary | 11011001 | 110111 | 11000010 | 0 | 1001011 | 1011 | 1111 | 100110101 | 1000100 | 110101 |
Color Harmonies of #D937C2
Complementary color
Monochromatic Colors of #D937C2
Black with #D937C2
Text Example
Text Example
White with #D937C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D937C2; }
p { color: rgb(217,55,194); }
H1.HeaderClassName
{
color: #D937C2;
}
.AnyTagClassName
{
color: #D937C2;
}
</style>
background-color css
<style>
a { background-color: #D937C2; }
a { background-color: rgb(217,55,194); }
div.DivClassName
{
background-color: #D937C2;
}
.BgClassName
{
background-color: #D937C2;
}
</style>
border-color css
<style>
span { border-color: #D937C2; }
span { border-color: rgb(217,55,194); }
td.TdClassName
{
border-color: #D937C2;
}
.TagClassName
{
border-color: #D937C2;
}
</style>