Html Css Color HEX #DB50B5 Fuchsia

📋 copy color: '#DB50B5'

red 219 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #DB50B5

Tints of Fuchsia #DB50B5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

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

R = 45.63%
G = 16.67%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB50B5 (or 0xDB50B5) is known color: Fuchsia. HEX triplet: DB, 50 and B5. RGB value is (219,80,181). Sum of RGB (Red+Green+Blue) = 219+80+181=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50B5 is #24AF4A. Grayscale: #848484. Windows color (decimal): -2404171 or 11882715. OLE color: 11882715.

HSL color Cylindrical-coordinate representation of color #DB50B5: hue angle of 316.4º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB50B5 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 181 -
CMYK 0 0.63 0.17 0.14
HSL 316.4º 0.66% 0.59% -
HSV(B) 316.4º 0.63% 0.86% -
XYZ 40.42 24.13 46.24 -
YUV 133.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 219 80 181 0 0.63 0.17 0.14 316.4 0.66 0.59
Hex DB 50 B5 0 3F 11 E 13C 42 3B
Octal 333 120 265 0 77 21 16 474 102 73
Binary 11011011 1010000 10110101 0 111111 10001 1110 100111100 1000010 111011

Color Harmonies of #DB50B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50B5

Black with #DB50B5

Text Example


Text Example

White with #DB50B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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