#DB4EB7

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

Shades of Fuchsia #DB4EB7

Tints of Fuchsia #DB4EB7

Color information

#DB4EB7 (or 0xDB4EB7) is unknown color: approx Fuchsia. HEX triplet: DB, 4E and B7. RGB value is (219,78,183). Sum of RGB (Red+Green+Blue) = 219+78+183=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EB7 is #24B148. Grayscale: #838383. Windows color (decimal): -2404681 or 12013275. OLE color: 12013275.

HSL color Cylindrical-coordinate representation of color #DB4EB7: hue angle of 315.32º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4EB7 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB21978183-
CMYK00.640.160.14
HSL315.32º66.2%58.24%-
HSV(B)315.32º64.38%85.88%-
XYZ40.4923.9347.28-
YUV132.13156.71189.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.62%
GREEN value IS 78 (30.86% from 255) = 16.25%
BLUE value IS 183 (71.88% from 255) = 38.12%
R=45.62%
G=16.25%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197818300.640.160.14315.3266.258.24
HexDB4EB704010E13b423a
Octal3331162670100201647310272
Binary11011011100111010110111010000001000011101001110111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4EB7; }

 p { color: rgb(219,78,183); }

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

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

 a { background-color: rgb(219,78,183); }

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

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

 span { border-color: rgb(219,78,183); }

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