Html Css Color HEX #DB4DB1 Fuchsia

📋 copy color: '#DB4DB1'

red 219 ◦ green 77 ◦ blue 177

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

Shades of Fuchsia #DB4DB1

Tints of Fuchsia #DB4DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 46.3%
G = 16.28%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB4DB1 (or 0xDB4DB1) is known color: Fuchsia. HEX triplet: DB, 4D and B1. RGB value is (219,77,177). Sum of RGB (Red+Green+Blue) = 219+77+177=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DB1 is #24B24E. Grayscale: #828282. Windows color (decimal): -2404943 or 11619803. OLE color: 11619803.

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

Color convert

RGB 219 77 177 -
CMYK 0 0.65 0.19 0.14
HSL 317.75º 0.66% 0.58% -
HSV(B) 317.75º 0.65% 0.86% -
XYZ 39.8 23.54 44.04 -
YUV 130.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 219 77 177 0 0.65 0.19 0.14 317.75 0.66 0.58
Hex DB 4D B1 0 41 13 E 13E 42 3A
Octal 333 115 261 0 101 23 16 476 102 72
Binary 11011011 1001101 10110001 0 1000001 10011 1110 100111110 1000010 111010

Color Harmonies of #DB4DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DB1

Black with #DB4DB1

Text Example


Text Example

White with #DB4DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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