Html Css Color HEX #D04FAC Fuchsia

📋 copy color: '#D04FAC'

red 208 ◦ green 79 ◦ blue 172

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

Shades of Fuchsia #D04FAC

Tints of Fuchsia #D04FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.21%

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 45.32%
G = 17.21%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D04FAC (or 0xD04FAC) is known color: Fuchsia. HEX triplet: D0, 4F and AC. RGB value is (208,79,172). Sum of RGB (Red+Green+Blue) = 208+79+172=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04FAC is #2FB053. Grayscale: #7F7F7F. Windows color (decimal): -3125332 or 11292624. OLE color: 11292624.

HSL color Cylindrical-coordinate representation of color #D04FAC: hue angle of 316.74º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04FAC is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 79 172 -
CMYK 0 0.62 0.17 0.18
HSL 316.74º 0.58% 0.56% -
HSV(B) 316.74º 0.62% 0.82% -
XYZ 36.25 21.98 41.36 -
YUV 128.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 208 79 172 0 0.62 0.17 0.18 316.74 0.58 0.56
Hex D0 4F AC 0 3E 11 12 13D 3A 38
Octal 320 117 254 0 76 21 22 475 72 70
Binary 11010000 1001111 10101100 0 111110 10001 10010 100111101 111010 111000

Color Harmonies of #D04FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FAC

Black with #D04FAC

Text Example


Text Example

White with #D04FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FAC; }

 p { color: rgb(208,79,172); }

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

background-color css

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

 a { background-color: rgb(208,79,172); }

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

border-color css

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

 span { border-color: rgb(208,79,172); }

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