Html Css Color HEX #D059AC Fuchsia

📋 copy color: '#D059AC'

red 208 ◦ green 89 ◦ blue 172

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

Shades of Fuchsia #D059AC

Tints of Fuchsia #D059AC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.98%

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

R = 44.35%
G = 18.98%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D059AC (or 0xD059AC) is known color: Fuchsia. HEX triplet: D0, 59 and AC. RGB value is (208,89,172). Sum of RGB (Red+Green+Blue) = 208+89+172=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D059AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059AC is #2FA653. Grayscale: #858585. Windows color (decimal): -3122772 or 11295184. OLE color: 11295184.

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

Color convert

RGB 208 89 172 -
CMYK 0 0.57 0.17 0.18
HSL 318.15º 0.56% 0.58% -
HSV(B) 318.15º 0.57% 0.82% -
XYZ 37.03 23.53 41.62 -
YUV 134.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 208 89 172 0 0.57 0.17 0.18 318.15 0.56 0.58
Hex D0 59 AC 0 39 11 12 13E 38 3A
Octal 320 131 254 0 71 21 22 476 70 72
Binary 11010000 1011001 10101100 0 111001 10001 10010 100111110 111000 111010

Color Harmonies of #D059AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059AC

Black with #D059AC

Text Example


Text Example

White with #D059AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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