Html Css Color HEX #DB49B0 Fuchsia

📋 copy color: '#DB49B0'

red 219 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #DB49B0

Tints of Fuchsia #DB49B0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.6%

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

R = 46.79%
G = 15.6%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB49B0 (or 0xDB49B0) is known color: Fuchsia. HEX triplet: DB, 49 and B0. RGB value is (219,73,176). Sum of RGB (Red+Green+Blue) = 219+73+176=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB49B0 is #24B64F. Grayscale: #808080. Windows color (decimal): -2405968 or 11553243. OLE color: 11553243.

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

Color convert

RGB 219 73 176 -
CMYK 0 0.67 0.20 0.14
HSL 317.67º 0.67% 0.57% -
HSV(B) 317.67º 0.67% 0.86% -
XYZ 39.43 22.96 43.43 -
YUV 128.4 154.87 192.62 -
System Red Green Blue C M Y K H S L
Decimal 219 73 176 0 0.67 0.20 0.14 317.67 0.67 0.57
Hex DB 49 B0 0 43 14 E 13E 43 39
Octal 333 111 260 0 103 24 16 476 103 71
Binary 11011011 1001001 10110000 0 1000011 10100 1110 100111110 1000011 111001

Color Harmonies of #DB49B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49B0

Black with #DB49B0

Text Example


Text Example

White with #DB49B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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