Html Css Color HEX #D050BB Fuchsia

📋 copy color: '#D050BB'

red 208 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #D050BB

Tints of Fuchsia #D050BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.84%

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

R = 43.79%
G = 16.84%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D050BB (or 0xD050BB) is known color: Fuchsia. HEX triplet: D0, 50 and BB. RGB value is (208,80,187). Sum of RGB (Red+Green+Blue) = 208+80+187=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D050BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050BB is #2FAF44. Grayscale: #828282. Windows color (decimal): -3125061 or 12275920. OLE color: 12275920.

HSL color Cylindrical-coordinate representation of color #D050BB: hue angle of 309.84º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D050BB is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 80 187 -
CMYK 0 0.62 0.10 0.18
HSL 309.84º 0.58% 0.56% -
HSV(B) 309.84º 0.62% 0.82% -
XYZ 37.85 22.74 49.41 -
YUV 130.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 208 80 187 0 0.62 0.10 0.18 309.84 0.58 0.56
Hex D0 50 BB 0 3E A 12 136 3A 38
Octal 320 120 273 0 76 12 22 466 72 70
Binary 11010000 1010000 10111011 0 111110 1010 10010 100110110 111010 111000

Color Harmonies of #D050BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050BB

Black with #D050BB

Text Example


Text Example

White with #D050BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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