Html Css Color HEX #D44AC6 Fuchsia

📋 copy color: '#D44AC6'

red 212 ◦ green 74 ◦ blue 198

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

Shades of Fuchsia #D44AC6

Tints of Fuchsia #D44AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 43.8%
G = 15.29%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D44AC6 (or 0xD44AC6) is known color: Fuchsia. HEX triplet: D4, 4A and C6. RGB value is (212,74,198). Sum of RGB (Red+Green+Blue) = 212+74+198=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D44AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44AC6 is #2BB539. Grayscale: #818181. Windows color (decimal): -2864442 or 12995284. OLE color: 12995284.

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

Color convert

RGB 212 74 198 -
CMYK 0 0.65 0.07 0.17
HSL 306.09º 0.62% 0.56% -
HSV(B) 306.09º 0.65% 0.83% -
XYZ 39.79 22.97 55.76 -
YUV 129.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 212 74 198 0 0.65 0.07 0.17 306.09 0.62 0.56
Hex D4 4A C6 0 41 7 11 132 3E 38
Octal 324 112 306 0 101 7 21 462 76 70
Binary 11010100 1001010 11000110 0 1000001 111 10001 100110010 111110 111000

Color Harmonies of #D44AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44AC6

Black with #D44AC6

Text Example


Text Example

White with #D44AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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