Html Css Color HEX #D059B3 Fuchsia

📋 copy color: '#D059B3'

red 208 ◦ green 89 ◦ blue 179

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

Shades of Fuchsia #D059B3

Tints of Fuchsia #D059B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 43.7%
G = 18.7%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D059B3 (or 0xD059B3) is known color: Fuchsia. HEX triplet: D0, 59 and B3. RGB value is (208,89,179). Sum of RGB (Red+Green+Blue) = 208+89+179=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D059B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059B3 is #2FA64C. Grayscale: #868686. Windows color (decimal): -3122765 or 11753936. OLE color: 11753936.

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

Color convert

RGB 208 89 179 -
CMYK 0 0.57 0.14 0.18
HSL 314.62º 0.56% 0.58% -
HSV(B) 314.62º 0.57% 0.82% -
XYZ 37.72 23.81 45.26 -
YUV 134.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 208 89 179 0 0.57 0.14 0.18 314.62 0.56 0.58
Hex D0 59 B3 0 39 E 12 13B 38 3A
Octal 320 131 263 0 71 16 22 473 70 72
Binary 11010000 1011001 10110011 0 111001 1110 10010 100111011 111000 111010

Color Harmonies of #D059B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059B3

Black with #D059B3

Text Example


Text Example

White with #D059B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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