Html Css Color HEX #D42ED1 Fuchsia

📋 copy color: '#D42ED1'

red 212 ◦ green 46 ◦ blue 209

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

Shades of Fuchsia #D42ED1

Tints of Fuchsia #D42ED1

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

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

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

Color convert

RGB 212 46 209 -
CMYK 0 0.78 0.01 0.17
HSL 301.08º 0.66% 0.51% -
HSV(B) 301.08º 0.78% 0.83% -
XYZ 39.64 20.55 62.2 -
YUV 114.22 181.5 197.75 -
System Red Green Blue C M Y K H S L
Decimal 212 46 209 0 0.78 0.01 0.17 301.08 0.66 0.51
Hex D4 2E D1 0 4E 1 11 12D 42 33
Octal 324 56 321 0 116 1 21 455 102 63
Binary 11010100 101110 11010001 0 1001110 1 10001 100101101 1000010 110011

Color Harmonies of #D42ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42ED1

Black with #D42ED1

Text Example


Text Example

White with #D42ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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