#db3fb8

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

Shades of Fuchsia #DB3FB8

Tints of Fuchsia #DB3FB8

Color information

#DB3FB8 (or 0xDB3FB8) is unknown color: approx Fuchsia. HEX triplet: DB, 3F and B8. RGB value is (219,63,184). Sum of RGB (Red+Green+Blue) = 219+63+184=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3FB8 is #24C047. Grayscale: #7B7B7B. Windows color (decimal): -2408520 or 12074971. OLE color: 12074971.

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

Color convert

RGB21963184-
CMYK00.710.160.14
HSL313.46º68.42%55.29%-
HSV(B)313.46º71.23%85.88%-
XYZ39.6422.0847.52-
YUV123.44162.18196.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.00%
GREEN value IS 63 (25% from 255) = 13.52%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=47.00%
G=13.52%
B=39.48%

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
Decimal2196318400.710.160.14313.4668.4255.29
HexDB3FB804710E1394437
Octal333772700107201647110467
Binary1101101111111110111000010001111000011101001110011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db3fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db3fb8; }

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

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

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

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

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

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

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

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