Html Css Color HEX #D44EC9 Fuchsia

📋 copy color: '#D44EC9'

red 212 ◦ green 78 ◦ blue 201

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

Shades of Fuchsia #D44EC9

Tints of Fuchsia #D44EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.94%

R = 43.18%
G = 15.89%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D44EC9 (or 0xD44EC9) is known color: Fuchsia. HEX triplet: D4, 4E and C9. RGB value is (212,78,201). Sum of RGB (Red+Green+Blue) = 212+78+201=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44EC9 is #2BB136. Grayscale: #838383. Windows color (decimal): -2863415 or 13192916. OLE color: 13192916.

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

Color convert

RGB 212 78 201 -
CMYK 0 0.63 0.05 0.17
HSL 304.93º 0.61% 0.57% -
HSV(B) 304.93º 0.63% 0.83% -
XYZ 40.42 23.66 57.7 -
YUV 132.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 212 78 201 0 0.63 0.05 0.17 304.93 0.61 0.57
Hex D4 4E C9 0 3F 5 11 131 3D 39
Octal 324 116 311 0 77 5 21 461 75 71
Binary 11010100 1001110 11001001 0 111111 101 10001 100110001 111101 111001

Color Harmonies of #D44EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44EC9

Black with #D44EC9

Text Example


Text Example

White with #D44EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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