Html Css Color HEX #D44DAE Fuchsia

📋 copy color: '#D44DAE'

red 212 ◦ green 77 ◦ blue 174

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

Shades of Fuchsia #D44DAE

Tints of Fuchsia #D44DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.63%

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 45.79%
G = 16.63%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D44DAE (or 0xD44DAE) is known color: Fuchsia. HEX triplet: D4, 4D and AE. RGB value is (212,77,174). Sum of RGB (Red+Green+Blue) = 212+77+174=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D44DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44DAE is #2BB251. Grayscale: #808080. Windows color (decimal): -2863698 or 11423188. OLE color: 11423188.

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

Color convert

RGB 212 77 174 -
CMYK 0 0.64 0.18 0.17
HSL 316.89º 0.61% 0.57% -
HSV(B) 316.89º 0.64% 0.83% -
XYZ 37.45 22.36 42.39 -
YUV 128.42 153.73 187.61 -
System Red Green Blue C M Y K H S L
Decimal 212 77 174 0 0.64 0.18 0.17 316.89 0.61 0.57
Hex D4 4D AE 0 40 12 11 13D 3D 39
Octal 324 115 256 0 100 22 21 475 75 71
Binary 11010100 1001101 10101110 0 1000000 10010 10001 100111101 111101 111001

Color Harmonies of #D44DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DAE

Black with #D44DAE

Text Example


Text Example

White with #D44DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DAE; }

 p { color: rgb(212,77,174); }

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

background-color css

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

 a { background-color: rgb(212,77,174); }

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

border-color css

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

 span { border-color: rgb(212,77,174); }

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