#DB47BE

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

Shades of Fuchsia #DB47BE

Tints of Fuchsia #DB47BE

Color information

#DB47BE (or 0xDB47BE) is unknown color: approx Fuchsia. HEX triplet: DB, 47 and BE. RGB value is (219,71,190). Sum of RGB (Red+Green+Blue) = 219+71+190=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB47BE is #24B841. Grayscale: #808080. Windows color (decimal): -2406466 or 12470235. OLE color: 12470235.

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

Color convert

RGB21971190-
CMYK00.680.130.14
HSL311.76º67.27%56.86%-
HSV(B)311.76º67.58%85.88%-
XYZ40.7623.2851.06-
YUV128.82162.53192.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.62%
GREEN value IS 71 (28.12% from 255) = 14.79%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=45.62%
G=14.79%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197119000.680.130.14311.7667.2756.86
HexDB47BE044DE1384339
Octal3331072760104151647010371
Binary1101101110001111011111001000100110111101001110001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB47BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB47BE; }

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

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

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

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

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

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

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

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