Html Css Color HEX #D12ED4 Fuchsia

📋 copy color: '#D12ED4'

red 209 ◦ green 46 ◦ blue 212

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

Shades of Fuchsia #D12ED4

Tints of Fuchsia #D12ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 44.75%
G = 9.85%
B = 45.4%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D12ED4 (or 0xD12ED4) is known color: Fuchsia. HEX triplet: D1, 2E and D4. RGB value is (209,46,212). Sum of RGB (Red+Green+Blue) = 209+46+212=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #D12ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ED4 is #2ED12B. Grayscale: #717171. Windows color (decimal): -3068204 or 13905617. OLE color: 13905617.

HSL color Cylindrical-coordinate representation of color #D12ED4: hue angle of 298.92º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12ED4 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 46 212 -
CMYK 0.01 0.78 0 0.17
HSL 298.92º 0.66% 0.51% -
HSV(B) 298.92º 0.78% 0.83% -
XYZ 39.16 20.26 64.13 -
YUV 113.66 183.5 196 -
System Red Green Blue C M Y K H S L
Decimal 209 46 212 0.01 0.78 0 0.17 298.92 0.66 0.51
Hex D1 2E D4 1 4E 0 11 12B 42 33
Octal 321 56 324 1 116 0 21 453 102 63
Binary 11010001 101110 11010100 1 1001110 0 10001 100101011 1000010 110011

Color Harmonies of #D12ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ED4

Black with #D12ED4

Text Example


Text Example

White with #D12ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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