Html Css Color HEX #DB4EB3 Fuchsia

📋 copy color: '#DB4EB3'

red 219 ◦ green 78 ◦ blue 179

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

Shades of Fuchsia #DB4EB3

Tints of Fuchsia #DB4EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 46.01%
G = 16.39%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB4EB3 (or 0xDB4EB3) is known color: Fuchsia. HEX triplet: DB, 4E and B3. RGB value is (219,78,179). Sum of RGB (Red+Green+Blue) = 219+78+179=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EB3 is #24B14C. Grayscale: #838383. Windows color (decimal): -2404685 or 11751131. OLE color: 11751131.

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

Color convert

RGB 219 78 179 -
CMYK 0 0.64 0.18 0.14
HSL 317.02º 0.66% 0.58% -
HSV(B) 317.02º 0.64% 0.86% -
XYZ 40.07 23.76 45.12 -
YUV 131.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 219 78 179 0 0.64 0.18 0.14 317.02 0.66 0.58
Hex DB 4E B3 0 40 12 E 13D 42 3A
Octal 333 116 263 0 100 22 16 475 102 72
Binary 11011011 1001110 10110011 0 1000000 10010 1110 100111101 1000010 111010

Color Harmonies of #DB4EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EB3

Black with #DB4EB3

Text Example


Text Example

White with #DB4EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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