Html Css Color HEX #DB4EB2 Fuchsia

📋 copy color: '#DB4EB2'

red 219 ◦ green 78 ◦ blue 178

#DB4EB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #DB4EB2

Tints of Fuchsia #DB4EB2

RGB

 RED value IS 219 (85.94% from 255) = 46.11%

 GREEN value IS 78 (30.86% from 255) = 16.42%

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 46.11%
G = 16.42%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB4EB2 (or 0xDB4EB2) is known color: Fuchsia. HEX triplet: DB, 4E and B2. RGB value is (219,78,178). Sum of RGB (Red+Green+Blue) = 219+78+178=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4EB2 is #24B14D. Grayscale: #838383. Windows color (decimal): -2404686 or 11685595. OLE color: 11685595.

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

Color convert

RGB 219 78 178 -
CMYK 0 0.64 0.19 0.14
HSL 317.45º 0.66% 0.58% -
HSV(B) 317.45º 0.64% 0.86% -
XYZ 39.97 23.72 44.59 -
YUV 131.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 219 78 178 0 0.64 0.19 0.14 317.45 0.66 0.58
Hex DB 4E B2 0 40 13 E 13D 42 3A
Octal 333 116 262 0 100 23 16 475 102 72
Binary 11011011 1001110 10110010 0 1000000 10011 1110 100111101 1000010 111010

Color Harmonies of #DB4EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EB2

Black with #DB4EB2

Text Example


Text Example

White with #DB4EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EB2; }

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

 H1.HeaderClassName
 {
   color: #DB4EB2;
 }
 .AnyTagClassName
 {
   color: #DB4EB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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