Html Css Color HEX #DB50B9 Fuchsia

📋 copy color: '#DB50B9'

red 219 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #DB50B9

Tints of Fuchsia #DB50B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 45.25%
G = 16.53%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB50B9 (or 0xDB50B9) is known color: Fuchsia. HEX triplet: DB, 50 and B9. RGB value is (219,80,185). Sum of RGB (Red+Green+Blue) = 219+80+185=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB50B9 is #24AF46. Grayscale: #858585. Windows color (decimal): -2404167 or 12144859. OLE color: 12144859.

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

Color convert

RGB 219 80 185 -
CMYK 0 0.63 0.16 0.14
HSL 314.68º 0.66% 0.59% -
HSV(B) 314.68º 0.63% 0.86% -
XYZ 40.84 24.3 48.44 -
YUV 133.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 219 80 185 0 0.63 0.16 0.14 314.68 0.66 0.59
Hex DB 50 B9 0 3F 10 E 13B 42 3B
Octal 333 120 271 0 77 20 16 473 102 73
Binary 11011011 1010000 10111001 0 111111 10000 1110 100111011 1000010 111011

Color Harmonies of #DB50B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50B9

Black with #DB50B9

Text Example


Text Example

White with #DB50B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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