Html Css Color HEX #D44ABA Fuchsia

📋 copy color: '#D44ABA'

red 212 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #D44ABA

Tints of Fuchsia #D44ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 44.92%
G = 15.68%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D44ABA (or 0xD44ABA) is known color: Fuchsia. HEX triplet: D4, 4A and BA. RGB value is (212,74,186). Sum of RGB (Red+Green+Blue) = 212+74+186=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44ABA is #2BB545. Grayscale: #7F7F7F. Windows color (decimal): -2864454 or 12208852. OLE color: 12208852.

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

Color convert

RGB 212 74 186 -
CMYK 0 0.65 0.12 0.17
HSL 311.3º 0.62% 0.56% -
HSV(B) 311.3º 0.65% 0.83% -
XYZ 38.46 22.44 48.76 -
YUV 128.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 212 74 186 0 0.65 0.12 0.17 311.3 0.62 0.56
Hex D4 4A BA 0 41 C 11 137 3E 38
Octal 324 112 272 0 101 14 21 467 76 70
Binary 11010100 1001010 10111010 0 1000001 1100 10001 100110111 111110 111000

Color Harmonies of #D44ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44ABA

Black with #D44ABA

Text Example


Text Example

White with #D44ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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