Html Css Color HEX #D44AB2 Fuchsia

📋 copy color: '#D44AB2'

red 212 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #D44AB2

Tints of Fuchsia #D44AB2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.95%

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

R = 45.69%
G = 15.95%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D44AB2 (or 0xD44AB2) is known color: Fuchsia. HEX triplet: D4, 4A and B2. RGB value is (212,74,178). Sum of RGB (Red+Green+Blue) = 212+74+178=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D44AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44AB2 is #2BB54D. Grayscale: #7E7E7E. Windows color (decimal): -2864462 or 11684564. OLE color: 11684564.

HSL color Cylindrical-coordinate representation of color #D44AB2: hue angle of 314.78º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44AB2 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 74 178 -
CMYK 0 0.65 0.16 0.17
HSL 314.78º 0.62% 0.56% -
HSV(B) 314.78º 0.65% 0.83% -
XYZ 37.64 22.11 44.4 -
YUV 127.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 212 74 178 0 0.65 0.16 0.17 314.78 0.62 0.56
Hex D4 4A B2 0 41 10 11 13B 3E 38
Octal 324 112 262 0 101 20 21 473 76 70
Binary 11010100 1001010 10110010 0 1000001 10000 10001 100111011 111110 111000

Color Harmonies of #D44AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44AB2

Black with #D44AB2

Text Example


Text Example

White with #D44AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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