Html Css Color HEX #D44BAE Fuchsia

📋 copy color: '#D44BAE'

red 212 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #D44BAE

Tints of Fuchsia #D44BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.27%

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

R = 45.99%
G = 16.27%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D44BAE (or 0xD44BAE) is known color: Fuchsia. HEX triplet: D4, 4B and AE. RGB value is (212,75,174). Sum of RGB (Red+Green+Blue) = 212+75+174=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D44BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44BAE is #2BB451. Grayscale: #7E7E7E. Windows color (decimal): -2864210 or 11422676. OLE color: 11422676.

HSL color Cylindrical-coordinate representation of color #D44BAE: hue angle of 316.64º degrees, saturation: 0.61, 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 #D44BAE is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 75 174 -
CMYK 0 0.65 0.18 0.17
HSL 316.64º 0.61% 0.56% -
HSV(B) 316.64º 0.65% 0.83% -
XYZ 37.31 22.09 42.34 -
YUV 127.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 212 75 174 0 0.65 0.18 0.17 316.64 0.61 0.56
Hex D4 4B AE 0 41 12 11 13D 3D 38
Octal 324 113 256 0 101 22 21 475 75 70
Binary 11010100 1001011 10101110 0 1000001 10010 10001 100111101 111101 111000

Color Harmonies of #D44BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44BAE

Black with #D44BAE

Text Example


Text Example

White with #D44BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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