Html Css Color HEX #DB4EB5 Fuchsia

📋 copy color: '#DB4EB5'

red 219 ◦ green 78 ◦ blue 181

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

Shades of Fuchsia #DB4EB5

Tints of Fuchsia #DB4EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 45.82%
G = 16.32%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB4EB5 (or 0xDB4EB5) is known color: Fuchsia. HEX triplet: DB, 4E and B5. RGB value is (219,78,181). Sum of RGB (Red+Green+Blue) = 219+78+181=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4EB5 is #24B14A. Grayscale: #838383. Windows color (decimal): -2404683 or 11882203. OLE color: 11882203.

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

Color convert

RGB 219 78 181 -
CMYK 0 0.64 0.17 0.14
HSL 316.17º 0.66% 0.58% -
HSV(B) 316.17º 0.64% 0.86% -
XYZ 40.28 23.85 46.2 -
YUV 131.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 219 78 181 0 0.64 0.17 0.14 316.17 0.66 0.58
Hex DB 4E B5 0 40 11 E 13C 42 3A
Octal 333 116 265 0 100 21 16 474 102 72
Binary 11011011 1001110 10110101 0 1000000 10001 1110 100111100 1000010 111010

Color Harmonies of #DB4EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EB5

Black with #DB4EB5

Text Example


Text Example

White with #DB4EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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