Html Css Color HEX #D04AC8 Fuchsia

📋 copy color: '#D04AC8'

red 208 ◦ green 74 ◦ blue 200

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

Shades of Fuchsia #D04AC8

Tints of Fuchsia #D04AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 43.15%
G = 15.35%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D04AC8 (or 0xD04AC8) is known color: Fuchsia. HEX triplet: D0, 4A and C8. RGB value is (208,74,200). Sum of RGB (Red+Green+Blue) = 208+74+200=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AC8 is #2FB537. Grayscale: #808080. Windows color (decimal): -3126584 or 13126352. OLE color: 13126352.

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

Color convert

RGB 208 74 200 -
CMYK 0 0.64 0.04 0.18
HSL 303.58º 0.59% 0.55% -
HSV(B) 303.58º 0.64% 0.82% -
XYZ 38.89 22.48 56.93 -
YUV 128.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 208 74 200 0 0.64 0.04 0.18 303.58 0.59 0.55
Hex D0 4A C8 0 40 4 12 130 3B 37
Octal 320 112 310 0 100 4 22 460 73 67
Binary 11010000 1001010 11001000 0 1000000 100 10010 100110000 111011 110111

Color Harmonies of #D04AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AC8

Black with #D04AC8

Text Example


Text Example

White with #D04AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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