#DB49B1

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

Shades of Fuchsia #DB49B1

Tints of Fuchsia #DB49B1

Color information

#DB49B1 (or 0xDB49B1) is unknown color: approx Fuchsia. HEX triplet: DB, 49 and B1. RGB value is (219,73,177). Sum of RGB (Red+Green+Blue) = 219+73+177=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49B1 is #24B64E. Grayscale: #808080. Windows color (decimal): -2405967 or 11618779. OLE color: 11618779.

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

Color convert

RGB21973177-
CMYK00.670.190.14
HSL317.26º66.97%57.25%-
HSV(B)317.26º66.67%85.88%-
XYZ39.532343.95-
YUV128.51155.37192.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.70%
GREEN value IS 73 (28.91% from 255) = 15.57%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=46.70%
G=15.57%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197317700.670.190.14317.2666.9757.25
HexDB49B104313E13d4339
Octal3331112610103231647510371
Binary11011011100100110110001010000111001111101001111011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB49B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB49B1; }

 p { color: rgb(219,73,177); }

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

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

 a { background-color: rgb(219,73,177); }

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

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

 span { border-color: rgb(219,73,177); }

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