#DB41B5

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

Shades of Fuchsia #DB41B5

Tints of Fuchsia #DB41B5

Color information

#DB41B5 (or 0xDB41B5) is unknown color: approx Fuchsia. HEX triplet: DB, 41 and B5. RGB value is (219,65,181). Sum of RGB (Red+Green+Blue) = 219+65+181=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41B5 is #24BE4A. Grayscale: #7B7B7B. Windows color (decimal): -2408011 or 11878875. OLE color: 11878875.

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

Color convert

RGB21965181-
CMYK00.700.170.14
HSL314.81º68.14%55.69%-
HSV(B)314.81º70.32%85.88%-
XYZ39.4422.1845.92-
YUV124.27160.02195.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 65 (25.78% from 255) = 13.98%
BLUE value IS 181 (71.09% from 255) = 38.92%
R=47.10%
G=13.98%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196518100.700.170.14314.8168.1455.69
HexDB41B504611E13b4438
Octal3331012650106211647310470
Binary11011011100000110110101010001101000111101001110111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB41B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB41B5; }

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

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

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

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

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

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

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

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