Html Css Color HEX #D059BC Fuchsia

📋 copy color: '#D059BC'

red 208 ◦ green 89 ◦ blue 188

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

Shades of Fuchsia #D059BC

Tints of Fuchsia #D059BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 42.89%
G = 18.35%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D059BC (or 0xD059BC) is known color: Fuchsia. HEX triplet: D0, 59 and BC. RGB value is (208,89,188). Sum of RGB (Red+Green+Blue) = 208+89+188=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D059BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059BC is #2FA643. Grayscale: #878787. Windows color (decimal): -3122756 or 12343760. OLE color: 12343760.

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

Color convert

RGB 208 89 188 -
CMYK 0 0.57 0.10 0.18
HSL 310.08º 0.56% 0.58% -
HSV(B) 310.08º 0.57% 0.82% -
XYZ 38.66 24.19 50.21 -
YUV 135.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 208 89 188 0 0.57 0.10 0.18 310.08 0.56 0.58
Hex D0 59 BC 0 39 A 12 136 38 3A
Octal 320 131 274 0 71 12 22 466 70 72
Binary 11010000 1011001 10111100 0 111001 1010 10010 100110110 111000 111010

Color Harmonies of #D059BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059BC

Black with #D059BC

Text Example


Text Example

White with #D059BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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