Html Css Color HEX #D059AB Fuchsia

📋 copy color: '#D059AB'

red 208 ◦ green 89 ◦ blue 171

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

Shades of Fuchsia #D059AB

Tints of Fuchsia #D059AB

RGB

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

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

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

R = 44.44%
G = 19.02%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D059AB (or 0xD059AB) is known color: Fuchsia. HEX triplet: D0, 59 and AB. RGB value is (208,89,171). Sum of RGB (Red+Green+Blue) = 208+89+171=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D059AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D059AB is #2FA654. Grayscale: #858585. Windows color (decimal): -3122773 or 11229648. OLE color: 11229648.

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

Color convert

RGB 208 89 171 -
CMYK 0 0.57 0.18 0.18
HSL 318.66º 0.56% 0.58% -
HSV(B) 318.66º 0.57% 0.82% -
XYZ 36.94 23.49 41.12 -
YUV 133.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 208 89 171 0 0.57 0.18 0.18 318.66 0.56 0.58
Hex D0 59 AB 0 39 12 12 13F 38 3A
Octal 320 131 253 0 71 22 22 477 70 72
Binary 11010000 1011001 10101011 0 111001 10010 10010 100111111 111000 111010

Color Harmonies of #D059AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059AB

Black with #D059AB

Text Example


Text Example

White with #D059AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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