Html Css Color HEX #D44ECB Fuchsia

📋 copy color: '#D44ECB'

red 212 ◦ green 78 ◦ blue 203

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

Shades of Fuchsia #D44ECB

Tints of Fuchsia #D44ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.82%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 43%
G = 15.82%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D44ECB (or 0xD44ECB) is known color: Fuchsia. HEX triplet: D4, 4E and CB. RGB value is (212,78,203). Sum of RGB (Red+Green+Blue) = 212+78+203=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44ECB is #2BB134. Grayscale: #838383. Windows color (decimal): -2863413 or 13323988. OLE color: 13323988.

HSL color Cylindrical-coordinate representation of color #D44ECB: hue angle of 304.03º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44ECB is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 78 203 -
CMYK 0 0.63 0.04 0.17
HSL 304.03º 0.61% 0.57% -
HSV(B) 304.03º 0.63% 0.83% -
XYZ 40.66 23.76 58.94 -
YUV 132.32 167.89 184.84 -
System Red Green Blue C M Y K H S L
Decimal 212 78 203 0 0.63 0.04 0.17 304.03 0.61 0.57
Hex D4 4E CB 0 3F 4 11 130 3D 39
Octal 324 116 313 0 77 4 21 460 75 71
Binary 11010100 1001110 11001011 0 111111 100 10001 100110000 111101 111001

Color Harmonies of #D44ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44ECB

Black with #D44ECB

Text Example


Text Example

White with #D44ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44ECB; }

 p { color: rgb(212,78,203); }

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

background-color css

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

 a { background-color: rgb(212,78,203); }

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

border-color css

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

 span { border-color: rgb(212,78,203); }

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