Html Css Color HEX #D057AC Fuchsia

📋 copy color: '#D057AC'

red 208 ◦ green 87 ◦ blue 172

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

Shades of Fuchsia #D057AC

Tints of Fuchsia #D057AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.63%

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

R = 44.54%
G = 18.63%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D057AC (or 0xD057AC) is known color: Fuchsia. HEX triplet: D0, 57 and AC. RGB value is (208,87,172). Sum of RGB (Red+Green+Blue) = 208+87+172=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D057AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057AC is #2FA853. Grayscale: #848484. Windows color (decimal): -3123284 or 11294672. OLE color: 11294672.

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

Color convert

RGB 208 87 172 -
CMYK 0 0.58 0.17 0.18
HSL 317.85º 0.56% 0.58% -
HSV(B) 317.85º 0.58% 0.82% -
XYZ 36.87 23.2 41.57 -
YUV 132.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 208 87 172 0 0.58 0.17 0.18 317.85 0.56 0.58
Hex D0 57 AC 0 3A 11 12 13E 38 3A
Octal 320 127 254 0 72 21 22 476 70 72
Binary 11010000 1010111 10101100 0 111010 10001 10010 100111110 111000 111010

Color Harmonies of #D057AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057AC

Black with #D057AC

Text Example


Text Example

White with #D057AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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