#D137C3

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

Shades of Fuchsia #D137C3

Tints of Fuchsia #D137C3

Color information

#D137C3 (or 0xD137C3) is unknown color: approx Fuchsia. HEX triplet: D1, 37 and C3. RGB value is (209,55,195). Sum of RGB (Red+Green+Blue) = 209+55+195=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D137C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D137C3 is #2EC83C. Grayscale: #747474. Windows color (decimal): -3065917 or 12793809. OLE color: 12793809.

HSL color Cylindrical-coordinate representation of color #D137C3: hue angle of 305.45º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D137C3 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB20955195-
CMYK00.740.070.18
HSL305.45º62.6%51.76%-
HSV(B)305.45º73.68%81.96%-
XYZ37.5120.2353.56-
YUV117.01172.02193.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 55 (21.88% from 255) = 11.98%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=45.53%
G=11.98%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095519500.740.070.18305.4562.651.76
HexD137C304A7121313f34
Octal3216730301127224617764
Binary11010001110111110000110100101011110010100110001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D137C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D137C3; }

 p { color: rgb(209,55,195); }

 H1.HeaderClassName
 {
   color: #D137C3;
 }
 .AnyTagClassName
 {
   color: #D137C3;
 }
</style>
background-color css

<style>
 a { background-color: #D137C3; }

 a { background-color: rgb(209,55,195); }

 div.DivClassName
 {
   background-color: #D137C3;
 }
 .BgClassName
 {
   background-color: #D137C3;
 }
</style>
border-color css

<style>
 span { border-color: #D137C3; }

 span { border-color: rgb(209,55,195); }

 td.TdClassName
 {
   border-color: #D137C3;
 }
 .TagClassName
 {
   border-color: #D137C3;
 }
</style>