#D130C7

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

Shades of Fuchsia #D130C7

Tints of Fuchsia #D130C7

Color information

#D130C7 (or 0xD130C7) is unknown color: approx Fuchsia. HEX triplet: D1, 30 and C7. RGB value is (209,48,199). Sum of RGB (Red+Green+Blue) = 209+48+199=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D130C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130C7 is #2ECF38. Grayscale: #707070. Windows color (decimal): -3067705 or 13054161. OLE color: 13054161.

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

Color convert

RGB20948199-
CMYK00.770.050.18
HSL303.73º63.64%50.39%-
HSV(B)303.73º77.03%81.96%-
XYZ37.6619.7955.87-
YUV113.35176.34196.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 48 (19.14% from 255) = 10.53%
BLUE value IS 199 (78.12% from 255) = 43.64%
R=45.83%
G=10.53%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094819900.770.050.18303.7363.6450.39
HexD130C704D5121304032
Octal32160307011552246010062
Binary110100011100001100011101001101101100101001100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D130C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D130C7; }

 p { color: rgb(209,48,199); }

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

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

 a { background-color: rgb(209,48,199); }

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

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

 span { border-color: rgb(209,48,199); }

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