Html Css Color HEX #D04AAC Fuchsia

📋 copy color: '#D04AAC'

red 208 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #D04AAC

Tints of Fuchsia #D04AAC

RGB

 RED value IS 208 (81.64% from 255) = 45.81%

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

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 45.81%
G = 16.3%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D04AAC (or 0xD04AAC) is known color: Fuchsia. HEX triplet: D0, 4A and AC. RGB value is (208,74,172). Sum of RGB (Red+Green+Blue) = 208+74+172=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AAC is #2FB553. Grayscale: #7C7C7C. Windows color (decimal): -3126612 or 11291344. OLE color: 11291344.

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

Color convert

RGB 208 74 172 -
CMYK 0 0.64 0.17 0.18
HSL 316.12º 0.59% 0.55% -
HSV(B) 316.12º 0.64% 0.82% -
XYZ 35.91 21.29 41.25 -
YUV 125.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 208 74 172 0 0.64 0.17 0.18 316.12 0.59 0.55
Hex D0 4A AC 0 40 11 12 13C 3B 37
Octal 320 112 254 0 100 21 22 474 73 67
Binary 11010000 1001010 10101100 0 1000000 10001 10010 100111100 111011 110111

Color Harmonies of #D04AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AAC

Black with #D04AAC

Text Example


Text Example

White with #D04AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AAC; }

 p { color: rgb(208,74,172); }

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

background-color css

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

 a { background-color: rgb(208,74,172); }

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

border-color css

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

 span { border-color: rgb(208,74,172); }

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