#D937C2

Color #D937C2 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D937C2

Tints of Fuchsia #D937C2

Color information

#D937C2 (or 0xD937C2) is unknown color: approx 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

RGB21755194-
CMYK00.750.110.15
HSL308.52º68.07%53.33%-
HSV(B)308.52º74.65%85.1%-
XYZ39.7221.3853.07-
YUV119.28170.17197.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 55 (21.88% from 255) = 11.80%
BLUE value IS 194 (76.17% from 255) = 41.63%
R=46.57%
G=11.80%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175519400.750.110.15308.5268.0753.33
HexD937C204BBF1354435
Octal331673020113131746510465
Binary110110011101111100001001001011101111111001101011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D937C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>