Html Css Color HEX #D32ECE Fuchsia

📋 copy color: '#D32ECE'

red 211 ◦ green 46 ◦ blue 206

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

Shades of Fuchsia #D32ECE

Tints of Fuchsia #D32ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 45.57%
G = 9.94%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D32ECE (or 0xD32ECE) is known color: Fuchsia. HEX triplet: D3, 2E and CE. RGB value is (211,46,206). Sum of RGB (Red+Green+Blue) = 211+46+206=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D32ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32ECE is #2CD131. Grayscale: #717171. Windows color (decimal): -2937138 or 13512403. OLE color: 13512403.

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

Color convert

RGB 211 46 206 -
CMYK 0 0.78 0.02 0.17
HSL 301.82º 0.65% 0.5% -
HSV(B) 301.82º 0.78% 0.83% -
XYZ 38.98 20.26 60.25 -
YUV 113.58 180.16 197.49 -
System Red Green Blue C M Y K H S L
Decimal 211 46 206 0 0.78 0.02 0.17 301.82 0.65 0.5
Hex D3 2E CE 0 4E 2 11 12E 41 32
Octal 323 56 316 0 116 2 21 456 101 62
Binary 11010011 101110 11001110 0 1001110 10 10001 100101110 1000001 110010

Color Harmonies of #D32ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32ECE

Black with #D32ECE

Text Example


Text Example

White with #D32ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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