#D12FC4

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

Shades of Fuchsia #D12FC4

Tints of Fuchsia #D12FC4

Color information

#D12FC4 (or 0xD12FC4) is unknown color: approx Fuchsia. HEX triplet: D1, 2F and C4. RGB value is (209,47,196). Sum of RGB (Red+Green+Blue) = 209+47+196=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FC4 is #2ED03B. Grayscale: #6F6F6F. Windows color (decimal): -3067964 or 12857297. OLE color: 12857297.

HSL color Cylindrical-coordinate representation of color #D12FC4: hue angle of 304.81º degrees, saturation: 0.64, 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 #D12FC4 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB20947196-
CMYK00.780.060.18
HSL304.81º63.78%50.2%-
HSV(B)304.81º77.51%81.96%-
XYZ37.2719.5754.04-
YUV112.42175.17196.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.24%
GREEN value IS 47 (18.75% from 255) = 10.40%
BLUE value IS 196 (76.95% from 255) = 43.36%
R=46.24%
G=10.40%
B=43.36%

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
Decimal2094719600.780.060.18304.8163.7850.2
HexD12FC404E6121314032
Octal32157304011662246110062
Binary110100011011111100010001001110110100101001100011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12FC4; }

 p { color: rgb(209,47,196); }

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

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

 a { background-color: rgb(209,47,196); }

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

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

 span { border-color: rgb(209,47,196); }

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