Html Css Color HEX #D050C2 Fuchsia

📋 copy color: '#D050C2'

red 208 ◦ green 80 ◦ blue 194

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

Shades of Fuchsia #D050C2

Tints of Fuchsia #D050C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.25%

R = 43.15%
G = 16.6%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D050C2 (or 0xD050C2) is known color: Fuchsia. HEX triplet: D0, 50 and C2. RGB value is (208,80,194). Sum of RGB (Red+Green+Blue) = 208+80+194=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D050C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D050C2 is #2FAF3D. Grayscale: #828282. Windows color (decimal): -3125054 or 12734672. OLE color: 12734672.

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

Color convert

RGB 208 80 194 -
CMYK 0 0.62 0.07 0.18
HSL 306.56º 0.58% 0.56% -
HSV(B) 306.56º 0.62% 0.82% -
XYZ 38.62 23.04 53.45 -
YUV 131.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 208 80 194 0 0.62 0.07 0.18 306.56 0.58 0.56
Hex D0 50 C2 0 3E 7 12 133 3A 38
Octal 320 120 302 0 76 7 22 463 72 70
Binary 11010000 1010000 11000010 0 111110 111 10010 100110011 111010 111000

Color Harmonies of #D050C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D050C2

Black with #D050C2

Text Example


Text Example

White with #D050C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D050C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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