Html Css Color HEX #D059B5 Fuchsia

📋 copy color: '#D059B5'

red 208 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #D059B5

Tints of Fuchsia #D059B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 43.51%
G = 18.62%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D059B5 (or 0xD059B5) is known color: Fuchsia. HEX triplet: D0, 59 and B5. RGB value is (208,89,181). Sum of RGB (Red+Green+Blue) = 208+89+181=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D059B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059B5 is #2FA64A. Grayscale: #868686. Windows color (decimal): -3122763 or 11885008. OLE color: 11885008.

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

Color convert

RGB 208 89 181 -
CMYK 0 0.57 0.13 0.18
HSL 313.61º 0.56% 0.58% -
HSV(B) 313.61º 0.57% 0.82% -
XYZ 37.93 23.89 46.33 -
YUV 135.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 208 89 181 0 0.57 0.13 0.18 313.61 0.56 0.58
Hex D0 59 B5 0 39 D 12 13A 38 3A
Octal 320 131 265 0 71 15 22 472 70 72
Binary 11010000 1011001 10110101 0 111001 1101 10010 100111010 111000 111010

Color Harmonies of #D059B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059B5

Black with #D059B5

Text Example


Text Example

White with #D059B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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