#D12DC5

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

Shades of Fuchsia #D12DC5

Tints of Fuchsia #D12DC5

Color information

#D12DC5 (or 0xD12DC5) is unknown color: approx Fuchsia. HEX triplet: D1, 2D and C5. RGB value is (209,45,197). Sum of RGB (Red+Green+Blue) = 209+45+197=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DC5 is #2ED23A. Grayscale: #6E6E6E. Windows color (decimal): -3068475 or 12922321. OLE color: 12922321.

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

Color convert

RGB20945197-
CMYK00.780.060.18
HSL304.39º64.57%49.8%-
HSV(B)304.39º78.47%81.96%-
XYZ37.3119.4654.61-
YUV111.36176.33197.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.34%
GREEN value IS 45 (17.97% from 255) = 9.98%
BLUE value IS 197 (77.34% from 255) = 43.68%
R=46.34%
G=9.98%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094519700.780.060.18304.3964.5749.8
HexD12DC504E6121304132
Octal32155305011662246010162
Binary110100011011011100010101001110110100101001100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12DC5; }

 p { color: rgb(209,45,197); }

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

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

 a { background-color: rgb(209,45,197); }

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

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

 span { border-color: rgb(209,45,197); }

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