Html Css Color HEX #D050D1 Fuchsia

📋 copy color: '#D050D1'

red 208 ◦ green 80 ◦ blue 209

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

Shades of Fuchsia #D050D1

Tints of Fuchsia #D050D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 41.85%
G = 16.1%
B = 42.05%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D050D1 (or 0xD050D1) is known color: Fuchsia. HEX triplet: D0, 50 and D1. RGB value is (208,80,209). Sum of RGB (Red+Green+Blue) = 208+80+209=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #D050D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050D1 is #2FAF2E. Grayscale: #848484. Windows color (decimal): -3125039 or 13717712. OLE color: 13717712.

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

Color convert

RGB 208 80 209 -
CMYK 0.00 0.62 0 0.18
HSL 299.53º 0.58% 0.57% -
HSV(B) 299.53º 0.62% 0.82% -
XYZ 40.39 23.75 62.78 -
YUV 132.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 208 80 209 0.00 0.62 0 0.18 299.53 0.58 0.57
Hex D0 50 D1 0 3E 0 12 12C 3A 39
Octal 320 120 321 0 76 0 22 454 72 71
Binary 11010000 1010000 11010001 0 111110 0 10010 100101100 111010 111001

Color Harmonies of #D050D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050D1

Black with #D050D1

Text Example


Text Example

White with #D050D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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