Html Css Color HEX #D050B2 Fuchsia

📋 copy color: '#D050B2'

red 208 ◦ green 80 ◦ blue 178

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

Shades of Fuchsia #D050B2

Tints of Fuchsia #D050B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 44.64%
G = 17.17%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D050B2 (or 0xD050B2) is known color: Fuchsia. HEX triplet: D0, 50 and B2. RGB value is (208,80,178). Sum of RGB (Red+Green+Blue) = 208+80+178=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D050B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D050B2 is #2FAF4D. Grayscale: #818181. Windows color (decimal): -3125070 or 11686096. OLE color: 11686096.

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

Color convert

RGB 208 80 178 -
CMYK 0 0.62 0.14 0.18
HSL 314.06º 0.58% 0.56% -
HSV(B) 314.06º 0.62% 0.82% -
XYZ 36.92 22.36 44.49 -
YUV 129.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 208 80 178 0 0.62 0.14 0.18 314.06 0.58 0.56
Hex D0 50 B2 0 3E E 12 13A 3A 38
Octal 320 120 262 0 76 16 22 472 72 70
Binary 11010000 1010000 10110010 0 111110 1110 10010 100111010 111010 111000

Color Harmonies of #D050B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050B2

Black with #D050B2

Text Example


Text Example

White with #D050B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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