Html Css Color HEX #D050C0 Fuchsia

📋 copy color: '#D050C0'

red 208 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #D050C0

Tints of Fuchsia #D050C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40%

R = 43.33%
G = 16.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D050C0 (or 0xD050C0) is known color: Fuchsia. HEX triplet: D0, 50 and C0. RGB value is (208,80,192). Sum of RGB (Red+Green+Blue) = 208+80+192=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D050C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050C0 is #2FAF3F. Grayscale: #828282. Windows color (decimal): -3125056 or 12603600. OLE color: 12603600.

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

Color convert

RGB 208 80 192 -
CMYK 0 0.62 0.08 0.18
HSL 307.5º 0.58% 0.56% -
HSV(B) 307.5º 0.62% 0.82% -
XYZ 38.4 22.95 52.28 -
YUV 131.04 162.41 182.89 -
System Red Green Blue C M Y K H S L
Decimal 208 80 192 0 0.62 0.08 0.18 307.5 0.58 0.56
Hex D0 50 C0 0 3E 8 12 134 3A 38
Octal 320 120 300 0 76 10 22 464 72 70
Binary 11010000 1010000 11000000 0 111110 1000 10010 100110100 111010 111000

Color Harmonies of #D050C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050C0

Black with #D050C0

Text Example


Text Example

White with #D050C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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