Html Css Color HEX #D04AAE Fuchsia

📋 copy color: '#D04AAE'

red 208 ◦ green 74 ◦ blue 174

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

Shades of Fuchsia #D04AAE

Tints of Fuchsia #D04AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 45.61%
G = 16.23%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D04AAE (or 0xD04AAE) is known color: Fuchsia. HEX triplet: D0, 4A and AE. RGB value is (208,74,174). Sum of RGB (Red+Green+Blue) = 208+74+174=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04AAE is #2FB551. Grayscale: #7D7D7D. Windows color (decimal): -3126610 or 11422416. OLE color: 11422416.

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

Color convert

RGB 208 74 174 -
CMYK 0 0.64 0.16 0.18
HSL 315.22º 0.59% 0.55% -
HSV(B) 315.22º 0.64% 0.82% -
XYZ 36.1 21.36 42.27 -
YUV 125.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 208 74 174 0 0.64 0.16 0.18 315.22 0.59 0.55
Hex D0 4A AE 0 40 10 12 13B 3B 37
Octal 320 112 256 0 100 20 22 473 73 67
Binary 11010000 1001010 10101110 0 1000000 10000 10010 100111011 111011 110111

Color Harmonies of #D04AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AAE

Black with #D04AAE

Text Example


Text Example

White with #D04AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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