Html Css Color HEX #DB41B0 Fuchsia

📋 copy color: '#DB41B0'

red 219 ◦ green 65 ◦ blue 176

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

Shades of Fuchsia #DB41B0

Tints of Fuchsia #DB41B0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.13%

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 47.61%
G = 14.13%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB41B0 (or 0xDB41B0) is known color: Fuchsia. HEX triplet: DB, 41 and B0. RGB value is (219,65,176). Sum of RGB (Red+Green+Blue) = 219+65+176=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB41B0 is #24BE4F. Grayscale: #7B7B7B. Windows color (decimal): -2408016 or 11551195. OLE color: 11551195.

HSL color Cylindrical-coordinate representation of color #DB41B0: hue angle of 316.75º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB41B0 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 65 176 -
CMYK 0 0.70 0.20 0.14
HSL 316.75º 0.68% 0.56% -
HSV(B) 316.75º 0.7% 0.86% -
XYZ 38.94 21.98 43.26 -
YUV 123.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 219 65 176 0 0.70 0.20 0.14 316.75 0.68 0.56
Hex DB 41 B0 0 46 14 E 13D 44 38
Octal 333 101 260 0 106 24 16 475 104 70
Binary 11011011 1000001 10110000 0 1000110 10100 1110 100111101 1000100 111000

Color Harmonies of #DB41B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41B0

Black with #DB41B0

Text Example


Text Example

White with #DB41B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41B0; }

 p { color: rgb(219,65,176); }

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

background-color css

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

 a { background-color: rgb(219,65,176); }

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

border-color css

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

 span { border-color: rgb(219,65,176); }

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