Html Css Color HEX #D050C3 Fuchsia

📋 copy color: '#D050C3'

red 208 ◦ green 80 ◦ blue 195

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

Shades of Fuchsia #D050C3

Tints of Fuchsia #D050C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.37%

R = 43.06%
G = 16.56%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D050C3 (or 0xD050C3) is known color: Fuchsia. HEX triplet: D0, 50 and C3. RGB value is (208,80,195). Sum of RGB (Red+Green+Blue) = 208+80+195=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D050C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050C3 is #2FAF3C. Grayscale: #838383. Windows color (decimal): -3125053 or 12800208. OLE color: 12800208.

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

Color convert

RGB 208 80 195 -
CMYK 0 0.62 0.06 0.18
HSL 306.09º 0.58% 0.56% -
HSV(B) 306.09º 0.62% 0.82% -
XYZ 38.73 23.09 54.04 -
YUV 131.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 208 80 195 0 0.62 0.06 0.18 306.09 0.58 0.56
Hex D0 50 C3 0 3E 6 12 132 3A 38
Octal 320 120 303 0 76 6 22 462 72 70
Binary 11010000 1010000 11000011 0 111110 110 10010 100110010 111010 111000

Color Harmonies of #D050C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050C3

Black with #D050C3

Text Example


Text Example

White with #D050C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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