Html Css Color HEX #D44EB1 Fuchsia

📋 copy color: '#D44EB1'

red 212 ◦ green 78 ◦ blue 177

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

Shades of Fuchsia #D44EB1

Tints of Fuchsia #D44EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.9%

R = 45.4%
G = 16.7%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D44EB1 (or 0xD44EB1) is known color: Fuchsia. HEX triplet: D4, 4E and B1. RGB value is (212,78,177). Sum of RGB (Red+Green+Blue) = 212+78+177=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D44EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44EB1 is #2BB14E. Grayscale: #818181. Windows color (decimal): -2863439 or 11620052. OLE color: 11620052.

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

Color convert

RGB 212 78 177 -
CMYK 0 0.63 0.17 0.17
HSL 315.67º 0.61% 0.57% -
HSV(B) 315.67º 0.63% 0.83% -
XYZ 37.81 22.62 43.97 -
YUV 129.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 212 78 177 0 0.63 0.17 0.17 315.67 0.61 0.57
Hex D4 4E B1 0 3F 11 11 13C 3D 39
Octal 324 116 261 0 77 21 21 474 75 71
Binary 11010100 1001110 10110001 0 111111 10001 10001 100111100 111101 111001

Color Harmonies of #D44EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44EB1

Black with #D44EB1

Text Example


Text Example

White with #D44EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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