Html Css Color HEX #DB4DB9 Fuchsia

📋 copy color: '#DB4DB9'

red 219 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #DB4DB9

Tints of Fuchsia #DB4DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 45.53%
G = 16.01%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB4DB9 (or 0xDB4DB9) is known color: Fuchsia. HEX triplet: DB, 4D and B9. RGB value is (219,77,185). Sum of RGB (Red+Green+Blue) = 219+77+185=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DB9 is #24B246. Grayscale: #838383. Windows color (decimal): -2404935 or 12144091. OLE color: 12144091.

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

Color convert

RGB 219 77 185 -
CMYK 0 0.65 0.16 0.14
HSL 314.37º 0.66% 0.58% -
HSV(B) 314.37º 0.65% 0.86% -
XYZ 40.62 23.87 48.37 -
YUV 131.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 219 77 185 0 0.65 0.16 0.14 314.37 0.66 0.58
Hex DB 4D B9 0 41 10 E 13A 42 3A
Octal 333 115 271 0 101 20 16 472 102 72
Binary 11011011 1001101 10111001 0 1000001 10000 1110 100111010 1000010 111010

Color Harmonies of #DB4DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DB9

Black with #DB4DB9

Text Example


Text Example

White with #DB4DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DB9; }

 p { color: rgb(219,77,185); }

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

background-color css

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

 a { background-color: rgb(219,77,185); }

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

border-color css

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

 span { border-color: rgb(219,77,185); }

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