#DB4BBE

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

Shades of Fuchsia #DB4BBE

Tints of Fuchsia #DB4BBE

Color information

#DB4BBE (or 0xDB4BBE) is unknown color: approx Fuchsia. HEX triplet: DB, 4B and BE. RGB value is (219,75,190). Sum of RGB (Red+Green+Blue) = 219+75+190=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4BBE is #24B441. Grayscale: #828282. Windows color (decimal): -2405442 or 12471259. OLE color: 12471259.

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

Color convert

RGB21975190-
CMYK00.660.130.14
HSL312.08º66.67%57.65%-
HSV(B)312.08º65.75%85.88%-
XYZ41.0223.8151.15-
YUV131.17161.21190.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.25%
GREEN value IS 75 (29.69% from 255) = 15.50%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=45.25%
G=15.50%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197519000.660.130.14312.0866.6757.65
HexDB4BBE042DE138433a
Octal3331132760102151647010372
Binary1101101110010111011111001000010110111101001110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4BBE; }

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

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

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

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

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

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

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

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