#DC50B9

Color #DC50B9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #DC50B9

Tints of Fuchsia #DC50B9

Color information

#DC50B9 (or 0xDC50B9) is unknown color: approx 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

RGB22080185-
CMYK00.640.160.14
HSL315º66.67%58.82%-
HSV(B)315º63.64%86.27%-
XYZ41.1424.4648.45-
YUV133.83156.88189.46-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208018500.640.160.1431566.6758.82
HexDC50B904010E13b433b
Octal3341202710100201647310373
Binary11011100101000010111001010000001000011101001110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC50B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>