Html Css Color HEX #DC50B9 Fuchsia

📋 copy color: '#DC50B9'

red 220 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #DC50B9

Tints of Fuchsia #DC50B9

RGB

 RED value IS 220 (86.33% from 255) = 45.36%

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

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 45.36%
G = 16.49%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC50B9 (or 0xDC50B9) is known color: Fuchsia. HEX triplet: DC, 50 and B9. RGB value is (220,80,185). Sum of RGB (Red+Green+Blue) = 220+80+185=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50B9 is #23AF46. Grayscale: #858585. Windows color (decimal): -2338631 or 12144860. OLE color: 12144860.

HSL color Cylindrical-coordinate representation of color #DC50B9: hue angle of 315º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC50B9 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 185 -
CMYK 0 0.64 0.16 0.14
HSL 315º 0.67% 0.59% -
HSV(B) 315º 0.64% 0.86% -
XYZ 41.14 24.46 48.45 -
YUV 133.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 220 80 185 0 0.64 0.16 0.14 315 0.67 0.59
Hex DC 50 B9 0 40 10 E 13B 43 3B
Octal 334 120 271 0 100 20 16 473 103 73
Binary 11011100 1010000 10111001 0 1000000 10000 1110 100111011 1000011 111011

Color Harmonies of #DC50B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50B9

Black with #DC50B9

Text Example


Text Example

White with #DC50B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50B9; }

 p { color: rgb(220,80,185); }

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

background-color css

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

 a { background-color: rgb(220,80,185); }

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

border-color css

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

 span { border-color: rgb(220,80,185); }

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