#DB48BE

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

Shades of Fuchsia #DB48BE

Tints of Fuchsia #DB48BE

Color information

#DB48BE (or 0xDB48BE) is unknown color: approx Fuchsia. HEX triplet: DB, 48 and BE. RGB value is (219,72,190). Sum of RGB (Red+Green+Blue) = 219+72+190=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48BE is #24B741. Grayscale: #818181. Windows color (decimal): -2406210 or 12470491. OLE color: 12470491.

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

Color convert

RGB21972190-
CMYK00.670.130.14
HSL311.84º67.12%57.06%-
HSV(B)311.84º67.12%85.88%-
XYZ40.8323.4151.08-
YUV129.4162.2191.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.53%
GREEN value IS 72 (28.52% from 255) = 14.97%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=45.53%
G=14.97%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197219000.670.130.14311.8467.1257.06
HexDB48BE043DE1384339
Octal3331102760103151647010371
Binary1101101110010001011111001000011110111101001110001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB48BE; }

 p { color: rgb(219,72,190); }

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

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

 a { background-color: rgb(219,72,190); }

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

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

 span { border-color: rgb(219,72,190); }

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