#DB41B4

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

Shades of Fuchsia #DB41B4

Tints of Fuchsia #DB41B4

Color information

#DB41B4 (or 0xDB41B4) is unknown color: approx Fuchsia. HEX triplet: DB, 41 and B4. RGB value is (219,65,180). Sum of RGB (Red+Green+Blue) = 219+65+180=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41B4 is #24BE4B. Grayscale: #7B7B7B. Windows color (decimal): -2408012 or 11813339. OLE color: 11813339.

HSL color Cylindrical-coordinate representation of color #DB41B4: hue angle of 315.19º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41B4 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB21965180-
CMYK00.700.180.14
HSL315.19º68.14%55.69%-
HSV(B)315.19º70.32%85.88%-
XYZ39.3422.1445.38-
YUV124.16159.52195.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.20%
GREEN value IS 65 (25.78% from 255) = 14.01%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=47.20%
G=14.01%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196518000.700.180.14315.1968.1455.69
HexDB41B404612E13b4438
Octal3331012640106221647310470
Binary11011011100000110110100010001101001011101001110111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB41B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB41B4; }

 p { color: rgb(219,65,180); }

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

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

 a { background-color: rgb(219,65,180); }

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

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

 span { border-color: rgb(219,65,180); }

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