Html Css Color HEX #DB3EB1 Fuchsia

📋 copy color: '#DB3EB1'

red 219 ◦ green 62 ◦ blue 177

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

Shades of Fuchsia #DB3EB1

Tints of Fuchsia #DB3EB1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.54%

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

R = 47.82%
G = 13.54%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB3EB1 (or 0xDB3EB1) is known color: Fuchsia. HEX triplet: DB, 3E and B1. RGB value is (219,62,177). Sum of RGB (Red+Green+Blue) = 219+62+177=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3EB1 is #24C14E. Grayscale: #797979. Windows color (decimal): -2408783 or 11615963. OLE color: 11615963.

HSL color Cylindrical-coordinate representation of color #DB3EB1: hue angle of 316.05º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3EB1 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 62 177 -
CMYK 0 0.72 0.19 0.14
HSL 316.05º 0.69% 0.55% -
HSV(B) 316.05º 0.72% 0.86% -
XYZ 38.87 21.68 43.73 -
YUV 122.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 219 62 177 0 0.72 0.19 0.14 316.05 0.69 0.55
Hex DB 3E B1 0 48 13 E 13C 45 37
Octal 333 76 261 0 110 23 16 474 105 67
Binary 11011011 111110 10110001 0 1001000 10011 1110 100111100 1000101 110111

Color Harmonies of #DB3EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3EB1

Black with #DB3EB1

Text Example


Text Example

White with #DB3EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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