#DB40B8

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

Shades of Fuchsia #DB40B8

Tints of Fuchsia #DB40B8

Color information

#DB40B8 (or 0xDB40B8) is unknown color: approx Fuchsia. HEX triplet: DB, 40 and B8. RGB value is (219,64,184). Sum of RGB (Red+Green+Blue) = 219+64+184=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40B8 is #24BF47. Grayscale: #7B7B7B. Windows color (decimal): -2408264 or 12075227. OLE color: 12075227.

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

Color convert

RGB21964184-
CMYK00.710.160.14
HSL313.55º68.28%55.49%-
HSV(B)313.55º70.78%85.88%-
XYZ39.722.1947.54-
YUV124.02161.85195.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.90%
GREEN value IS 64 (25.39% from 255) = 13.70%
BLUE value IS 184 (72.27% from 255) = 39.40%
R=46.90%
G=13.70%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196418400.710.160.14313.5568.2855.49
HexDB40B804710E13a4437
Octal3331002700107201647210467
Binary11011011100000010111000010001111000011101001110101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB40B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB40B8; }

 p { color: rgb(219,64,184); }

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

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

 a { background-color: rgb(219,64,184); }

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

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

 span { border-color: rgb(219,64,184); }

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