Html Css Color HEX #D04ACC Fuchsia

📋 copy color: '#D04ACC'

red 208 ◦ green 74 ◦ blue 204

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

Shades of Fuchsia #D04ACC

Tints of Fuchsia #D04ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 42.8%
G = 15.23%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D04ACC (or 0xD04ACC) is known color: Fuchsia. HEX triplet: D0, 4A and CC. RGB value is (208,74,204). Sum of RGB (Red+Green+Blue) = 208+74+204=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ACC is #2FB533. Grayscale: #808080. Windows color (decimal): -3126580 or 13388496. OLE color: 13388496.

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

Color convert

RGB 208 74 204 -
CMYK 0 0.64 0.02 0.18
HSL 301.79º 0.59% 0.55% -
HSV(B) 301.79º 0.64% 0.82% -
XYZ 39.36 22.67 59.43 -
YUV 128.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 208 74 204 0 0.64 0.02 0.18 301.79 0.59 0.55
Hex D0 4A CC 0 40 2 12 12E 3B 37
Octal 320 112 314 0 100 2 22 456 73 67
Binary 11010000 1001010 11001100 0 1000000 10 10010 100101110 111011 110111

Color Harmonies of #D04ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ACC

Black with #D04ACC

Text Example


Text Example

White with #D04ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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