Html Css Color HEX #D059BB Fuchsia

📋 copy color: '#D059BB'

red 208 ◦ green 89 ◦ blue 187

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

Shades of Fuchsia #D059BB

Tints of Fuchsia #D059BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 42.98%
G = 18.39%
B = 38.64%

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

#D059BB (or 0xD059BB) is known color: Fuchsia. HEX triplet: D0, 59 and BB. RGB value is (208,89,187). Sum of RGB (Red+Green+Blue) = 208+89+187=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D059BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059BB is #2FA644. Grayscale: #878787. Windows color (decimal): -3122757 or 12278224. OLE color: 12278224.

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

Color convert

RGB 208 89 187 -
CMYK 0 0.57 0.10 0.18
HSL 310.59º 0.56% 0.58% -
HSV(B) 310.59º 0.57% 0.82% -
XYZ 38.55 24.14 49.64 -
YUV 135.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 208 89 187 0 0.57 0.10 0.18 310.59 0.56 0.58
Hex D0 59 BB 0 39 A 12 137 38 3A
Octal 320 131 273 0 71 12 22 467 70 72
Binary 11010000 1011001 10111011 0 111001 1010 10010 100110111 111000 111010

Color Harmonies of #D059BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059BB

Black with #D059BB

Text Example


Text Example

White with #D059BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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