Html Css Color HEX #DB41B4 Fuchsia

📋 copy color: '#DB41B4'

red 219 ◦ green 65 ◦ blue 180

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

Shades of Fuchsia #DB41B4

Tints of Fuchsia #DB41B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 47.2%
G = 14.01%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB41B4 (or 0xDB41B4) is known color: Fuchsia. HEX triplet: DB, 41 and B4. RGB value is (219,65,180). Sum of RGB (Red+Green+Blue) = 219+65+180=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41B4 is #24BE4B. Grayscale: #7B7B7B. Windows color (decimal): -2408012 or 11813339. OLE color: 11813339.

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

Color convert

RGB 219 65 180 -
CMYK 0 0.70 0.18 0.14
HSL 315.19º 0.68% 0.56% -
HSV(B) 315.19º 0.7% 0.86% -
XYZ 39.34 22.14 45.38 -
YUV 124.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 219 65 180 0 0.70 0.18 0.14 315.19 0.68 0.56
Hex DB 41 B4 0 46 12 E 13B 44 38
Octal 333 101 264 0 106 22 16 473 104 70
Binary 11011011 1000001 10110100 0 1000110 10010 1110 100111011 1000100 111000

Color Harmonies of #DB41B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41B4

Black with #DB41B4

Text Example


Text Example

White with #DB41B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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