#DC50B8

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

Shades of Fuchsia #DC50B8

Tints of Fuchsia #DC50B8

Color information

#DC50B8 (or 0xDC50B8) is unknown color: approx Fuchsia. HEX triplet: DC, 50 and B8. RGB value is (220,80,184). Sum of RGB (Red+Green+Blue) = 220+80+184=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC50B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC50B8 is #23AF47. Grayscale: #858585. Windows color (decimal): -2338632 or 12079324. OLE color: 12079324.

HSL color Cylindrical-coordinate representation of color #DC50B8: hue angle of 315.43º 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 #DC50B8 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB22080184-
CMYK00.640.160.14
HSL315.43º66.67%58.82%-
HSV(B)315.43º63.64%86.27%-
XYZ41.0424.4147.9-
YUV133.72156.38189.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 80 (31.64% from 255) = 16.53%
BLUE value IS 184 (72.27% from 255) = 38.02%
R=45.45%
G=16.53%
B=38.02%

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
Decimal2208018400.640.160.14315.4366.6758.82
HexDC50B804010E13b433b
Octal3341202700100201647310373
Binary11011100101000010111000010000001000011101001110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC50B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC50B8; }

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

 H1.HeaderClassName
 {
   color: #DC50B8;
 }
 .AnyTagClassName
 {
   color: #DC50B8;
 }
</style>
background-color css

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

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

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

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

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

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