#dc5bb4

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

Shades of Fuchsia #DC5BB4

Tints of Fuchsia #DC5BB4

Color information

#DC5BB4 (or 0xDC5BB4) is unknown color: approx Fuchsia. HEX triplet: DC, 5B and B4. RGB value is (220,91,180). Sum of RGB (Red+Green+Blue) = 220+91+180=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5BB4 is #23A44B. Grayscale: #8B8B8B. Windows color (decimal): -2335820 or 11819996. OLE color: 11819996.

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

Color convert

RGB22091180-
CMYK00.590.180.14
HSL318.6º64.82%60.98%-
HSV(B)318.6º58.64%86.27%-
XYZ41.4925.9946.01-
YUV139.72150.74185.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 91 (35.94% from 255) = 18.53%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=44.81%
G=18.53%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209118000.590.180.14318.664.8260.98
HexDC5BB403B12E13f413d
Octal334133264073221647710175
Binary1101110010110111011010001110111001011101001111111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc5bb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc5bb4; }

 p { color: rgb(220,91,180); }

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

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

 a { background-color: rgb(220,91,180); }

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

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

 span { border-color: rgb(220,91,180); }

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