Html Css Color HEX #D12ED5 Fuchsia

📋 copy color: '#D12ED5'

red 209 ◦ green 46 ◦ blue 213

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

Shades of Fuchsia #D12ED5

Tints of Fuchsia #D12ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 44.66%
G = 9.83%
B = 45.51%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D12ED5 (or 0xD12ED5) is known color: Fuchsia. HEX triplet: D1, 2E and D5. RGB value is (209,46,213). Sum of RGB (Red+Green+Blue) = 209+46+213=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #D12ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ED5 is #2ED12A. Grayscale: #717171. Windows color (decimal): -3068203 or 13971153. OLE color: 13971153.

HSL color Cylindrical-coordinate representation of color #D12ED5: hue angle of 298.56º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12ED5 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 46 213 -
CMYK 0.02 0.78 0 0.16
HSL 298.56º 0.67% 0.51% -
HSV(B) 298.56º 0.78% 0.84% -
XYZ 39.28 20.31 64.8 -
YUV 113.78 184 195.92 -
System Red Green Blue C M Y K H S L
Decimal 209 46 213 0.02 0.78 0 0.16 298.56 0.67 0.51
Hex D1 2E D5 2 4E 0 10 12B 43 33
Octal 321 56 325 2 116 0 20 453 103 63
Binary 11010001 101110 11010101 10 1001110 0 10000 100101011 1000011 110011

Color Harmonies of #D12ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ED5

Black with #D12ED5

Text Example


Text Example

White with #D12ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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