Html Css Color HEX #D04AC5 Fuchsia

📋 copy color: '#D04AC5'

red 208 ◦ green 74 ◦ blue 197

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

Shades of Fuchsia #D04AC5

Tints of Fuchsia #D04AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.13%

R = 43.42%
G = 15.45%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D04AC5 (or 0xD04AC5) is known color: Fuchsia. HEX triplet: D0, 4A and C5. RGB value is (208,74,197). Sum of RGB (Red+Green+Blue) = 208+74+197=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AC5 is #2FB53A. Grayscale: #7F7F7F. Windows color (decimal): -3126587 or 12929744. OLE color: 12929744.

HSL color Cylindrical-coordinate representation of color #D04AC5: hue angle of 304.93º 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 #D04AC5 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 197 -
CMYK 0 0.64 0.05 0.18
HSL 304.93º 0.59% 0.55% -
HSV(B) 304.93º 0.64% 0.82% -
XYZ 38.54 22.34 55.1 -
YUV 128.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 208 74 197 0 0.64 0.05 0.18 304.93 0.59 0.55
Hex D0 4A C5 0 40 5 12 131 3B 37
Octal 320 112 305 0 100 5 22 461 73 67
Binary 11010000 1001010 11000101 0 1000000 101 10010 100110001 111011 110111

Color Harmonies of #D04AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AC5

Black with #D04AC5

Text Example


Text Example

White with #D04AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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