Html Css Color HEX #D04ACE Fuchsia

📋 copy color: '#D04ACE'

red 208 ◦ green 74 ◦ blue 206

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

Shades of Fuchsia #D04ACE

Tints of Fuchsia #D04ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 42.62%
G = 15.16%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D04ACE (or 0xD04ACE) is known color: Fuchsia. HEX triplet: D0, 4A and CE. RGB value is (208,74,206). Sum of RGB (Red+Green+Blue) = 208+74+206=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ACE is #2FB531. Grayscale: #808080. Windows color (decimal): -3126578 or 13519568. OLE color: 13519568.

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

Color convert

RGB 208 74 206 -
CMYK 0 0.64 0.01 0.18
HSL 300.9º 0.59% 0.55% -
HSV(B) 300.9º 0.64% 0.82% -
XYZ 39.6 22.76 60.7 -
YUV 129.11 171.39 184.27 -
System Red Green Blue C M Y K H S L
Decimal 208 74 206 0 0.64 0.01 0.18 300.9 0.59 0.55
Hex D0 4A CE 0 40 1 12 12D 3B 37
Octal 320 112 316 0 100 1 22 455 73 67
Binary 11010000 1001010 11001110 0 1000000 1 10010 100101101 111011 110111

Color Harmonies of #D04ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ACE

Black with #D04ACE

Text Example


Text Example

White with #D04ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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