Html Css Color HEX #D44ACD Fuchsia

📋 copy color: '#D44ACD'

red 212 ◦ green 74 ◦ blue 205

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

Shades of Fuchsia #D44ACD

Tints of Fuchsia #D44ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.75%

R = 43.18%
G = 15.07%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D44ACD (or 0xD44ACD) is known color: Fuchsia. HEX triplet: D4, 4A and CD. RGB value is (212,74,205). Sum of RGB (Red+Green+Blue) = 212+74+205=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D44ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44ACD is #2BB532. Grayscale: #818181. Windows color (decimal): -2864435 or 13454036. OLE color: 13454036.

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

Color convert

RGB 212 74 205 -
CMYK 0 0.65 0.03 0.17
HSL 303.04º 0.62% 0.56% -
HSV(B) 303.04º 0.65% 0.83% -
XYZ 40.62 23.3 60.11 -
YUV 130.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 212 74 205 0 0.65 0.03 0.17 303.04 0.62 0.56
Hex D4 4A CD 0 41 3 11 12F 3E 38
Octal 324 112 315 0 101 3 21 457 76 70
Binary 11010100 1001010 11001101 0 1000001 11 10001 100101111 111110 111000

Color Harmonies of #D44ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44ACD

Black with #D44ACD

Text Example


Text Example

White with #D44ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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