Html Css Color HEX #D44EB2 Fuchsia

📋 copy color: '#D44EB2'

red 212 ◦ green 78 ◦ blue 178

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

Shades of Fuchsia #D44EB2

Tints of Fuchsia #D44EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 45.3%
G = 16.67%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D44EB2 (or 0xD44EB2) is known color: Fuchsia. HEX triplet: D4, 4E and B2. RGB value is (212,78,178). Sum of RGB (Red+Green+Blue) = 212+78+178=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44EB2 is #2BB14D. Grayscale: #818181. Windows color (decimal): -2863438 or 11685588. OLE color: 11685588.

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

Color convert

RGB 212 78 178 -
CMYK 0 0.63 0.16 0.17
HSL 315.22º 0.61% 0.57% -
HSV(B) 315.22º 0.63% 0.83% -
XYZ 37.91 22.66 44.5 -
YUV 129.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 212 78 178 0 0.63 0.16 0.17 315.22 0.61 0.57
Hex D4 4E B2 0 3F 10 11 13B 3D 39
Octal 324 116 262 0 77 20 21 473 75 71
Binary 11010100 1001110 10110010 0 111111 10000 10001 100111011 111101 111001

Color Harmonies of #D44EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44EB2

Black with #D44EB2

Text Example


Text Example

White with #D44EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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