#d131c0

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

Shades of Fuchsia #D131C0

Tints of Fuchsia #D131C0

Color information

#D131C0 (or 0xD131C0) is unknown color: approx Fuchsia. HEX triplet: D1, 31 and C0. RGB value is (209,49,192). Sum of RGB (Red+Green+Blue) = 209+49+192=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D131C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D131C0 is #2ECE3F. Grayscale: #707070. Windows color (decimal): -3067456 or 12595665. OLE color: 12595665.

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

Color convert

RGB20949192-
CMYK00.770.080.18
HSL306.38º63.49%50.59%-
HSV(B)306.38º76.56%81.96%-
XYZ36.9119.5651.7-
YUV113.14172.51196.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.44%
GREEN value IS 49 (19.53% from 255) = 10.89%
BLUE value IS 192 (75.39% from 255) = 42.67%
R=46.44%
G=10.89%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094919200.770.080.18306.3863.4950.59
HexD131C004D8121323f33
Octal32161300011510224627763
Binary110100011100011100000001001101100010010100110010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d131c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d131c0; }

 p { color: rgb(209,49,192); }

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

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

 a { background-color: rgb(209,49,192); }

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

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

 span { border-color: rgb(209,49,192); }

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