Html Css Color HEX #D12EC1 Fuchsia

📋 copy color: '#D12EC1'

red 209 ◦ green 46 ◦ blue 193

#D12EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D12EC1

Tints of Fuchsia #D12EC1

RGB

 RED value IS 209 (82.03% from 255) = 46.65%

 GREEN value IS 46 (18.36% from 255) = 10.27%

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 46.65%
G = 10.27%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D12EC1 (or 0xD12EC1) is known color: Fuchsia. HEX triplet: D1, 2E and C1. RGB value is (209,46,193). Sum of RGB (Red+Green+Blue) = 209+46+193=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D12EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12EC1 is #2ED13E. Grayscale: #6F6F6F. Windows color (decimal): -3068223 or 12660433. OLE color: 12660433.

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

Color convert

RGB 209 46 193 -
CMYK 0 0.78 0.08 0.18
HSL 305.89º 0.64% 0.5% -
HSV(B) 305.89º 0.78% 0.82% -
XYZ 36.9 19.36 52.24 -
YUV 111.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 209 46 193 0 0.78 0.08 0.18 305.89 0.64 0.5
Hex D1 2E C1 0 4E 8 12 132 40 32
Octal 321 56 301 0 116 10 22 462 100 62
Binary 11010001 101110 11000001 0 1001110 1000 10010 100110010 1000000 110010

Color Harmonies of #D12EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12EC1

Black with #D12EC1

Text Example


Text Example

White with #D12EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12EC1; }

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

 H1.HeaderClassName
 {
   color: #D12EC1;
 }
 .AnyTagClassName
 {
   color: #D12EC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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