Html Css Color HEX #D12ED3 Fuchsia

📋 copy color: '#D12ED3'

red 209 ◦ green 46 ◦ blue 211

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

Shades of Fuchsia #D12ED3

Tints of Fuchsia #D12ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.28%

R = 44.85%
G = 9.87%
B = 45.28%

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

#D12ED3 (or 0xD12ED3) is known color: Fuchsia. HEX triplet: D1, 2E and D3. RGB value is (209,46,211). Sum of RGB (Red+Green+Blue) = 209+46+211=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #D12ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ED3 is #2ED12C. Grayscale: #717171. Windows color (decimal): -3068205 or 13840081. OLE color: 13840081.

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

Color convert

RGB 209 46 211 -
CMYK 0.01 0.78 0 0.17
HSL 299.27º 0.65% 0.5% -
HSV(B) 299.27º 0.78% 0.83% -
XYZ 39.03 20.21 63.47 -
YUV 113.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 209 46 211 0.01 0.78 0 0.17 299.27 0.65 0.5
Hex D1 2E D3 1 4E 0 11 12B 41 32
Octal 321 56 323 1 116 0 21 453 101 62
Binary 11010001 101110 11010011 1 1001110 0 10001 100101011 1000001 110010

Color Harmonies of #D12ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12ED3

Black with #D12ED3

Text Example


Text Example

White with #D12ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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