Html Css Color HEX #DB4DB5 Fuchsia

📋 copy color: '#DB4DB5'

red 219 ◦ green 77 ◦ blue 181

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

Shades of Fuchsia #DB4DB5

Tints of Fuchsia #DB4DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.95%

R = 45.91%
G = 16.14%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB4DB5 (or 0xDB4DB5) is known color: Fuchsia. HEX triplet: DB, 4D and B5. RGB value is (219,77,181). Sum of RGB (Red+Green+Blue) = 219+77+181=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DB5 is #24B24A. Grayscale: #838383. Windows color (decimal): -2404939 or 11881947. OLE color: 11881947.

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

Color convert

RGB 219 77 181 -
CMYK 0 0.65 0.17 0.14
HSL 316.06º 0.66% 0.58% -
HSV(B) 316.06º 0.65% 0.86% -
XYZ 40.21 23.7 46.17 -
YUV 131.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 219 77 181 0 0.65 0.17 0.14 316.06 0.66 0.58
Hex DB 4D B5 0 41 11 E 13C 42 3A
Octal 333 115 265 0 101 21 16 474 102 72
Binary 11011011 1001101 10110101 0 1000001 10001 1110 100111100 1000010 111010

Color Harmonies of #DB4DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DB5

Black with #DB4DB5

Text Example


Text Example

White with #DB4DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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