Html Css Color HEX #D32ED4 Fuchsia

📋 copy color: '#D32ED4'

red 211 ◦ green 46 ◦ blue 212

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

Shades of Fuchsia #D32ED4

Tints of Fuchsia #D32ED4

RGB

 RED value IS 211 (82.81% from 255) = 44.99%

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

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

R = 44.99%
G = 9.81%
B = 45.2%

CMYK

 C value IS 0.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D32ED4 (or 0xD32ED4) is known color: Fuchsia. HEX triplet: D3, 2E and D4. RGB value is (211,46,212). Sum of RGB (Red+Green+Blue) = 211+46+212=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #D32ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ED4 is #2CD12B. Grayscale: #717171. Windows color (decimal): -2937132 or 13905619. OLE color: 13905619.

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

Color convert

RGB 211 46 212 -
CMYK 0.00 0.78 0 0.17
HSL 299.64º 0.66% 0.51% -
HSV(B) 299.64º 0.78% 0.83% -
XYZ 39.72 20.56 64.16 -
YUV 114.26 183.16 197 -
System Red Green Blue C M Y K H S L
Decimal 211 46 212 0.00 0.78 0 0.17 299.64 0.66 0.51
Hex D3 2E D4 0 4E 0 11 12C 42 33
Octal 323 56 324 0 116 0 21 454 102 63
Binary 11010011 101110 11010100 0 1001110 0 10001 100101100 1000010 110011

Color Harmonies of #D32ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32ED4

Black with #D32ED4

Text Example


Text Example

White with #D32ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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