#D12ED8

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

Shades of Fuchsia #D12ED8

Tints of Fuchsia #D12ED8

Color information

#D12ED8 (or 0xD12ED8) is unknown color: approx Fuchsia. HEX triplet: D1, 2E and D8. RGB value is (209,46,216). Sum of RGB (Red+Green+Blue) = 209+46+216=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #D12ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ED8 is #2ED127. Grayscale: #717171. Windows color (decimal): -3068200 or 14167761. OLE color: 14167761.

HSL color Cylindrical-coordinate representation of color #D12ED8: hue angle of 297.53º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12ED8 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20946216-
CMYK0.030.7900.15
HSL297.53º68.55%51.37%-
HSV(B)297.53º78.7%84.71%-
XYZ39.6720.4766.83-
YUV114.12185.5195.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 46 (18.36% from 255) = 9.77%
BLUE value IS 216 (84.77% from 255) = 45.86%
R=44.37%
G=9.77%
B=45.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209462160.030.7900.15297.5368.5551.37
HexD12ED834F0F12a4533
Octal32156330311701745210563
Binary1101000110111011011000111001111011111001010101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12ED8; }

 p { color: rgb(209,46,216); }

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

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

 a { background-color: rgb(209,46,216); }

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

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

 span { border-color: rgb(209,46,216); }

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