Html Css Color HEX #D057AB Fuchsia

📋 copy color: '#D057AB'

red 208 ◦ green 87 ◦ blue 171

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

Shades of Fuchsia #D057AB

Tints of Fuchsia #D057AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 44.64%
G = 18.67%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D057AB (or 0xD057AB) is known color: Fuchsia. HEX triplet: D0, 57 and AB. RGB value is (208,87,171). Sum of RGB (Red+Green+Blue) = 208+87+171=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D057AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057AB is #2FA854. Grayscale: #848484. Windows color (decimal): -3123285 or 11229136. OLE color: 11229136.

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

Color convert

RGB 208 87 171 -
CMYK 0 0.58 0.18 0.18
HSL 318.35º 0.56% 0.58% -
HSV(B) 318.35º 0.58% 0.82% -
XYZ 36.77 23.17 41.06 -
YUV 132.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 208 87 171 0 0.58 0.18 0.18 318.35 0.56 0.58
Hex D0 57 AB 0 3A 12 12 13E 38 3A
Octal 320 127 253 0 72 22 22 476 70 72
Binary 11010000 1010111 10101011 0 111010 10010 10010 100111110 111000 111010

Color Harmonies of #D057AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057AB

Black with #D057AB

Text Example


Text Example

White with #D057AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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