Html Css Color HEX #DB49BA Fuchsia

📋 copy color: '#DB49BA'

red 219 ◦ green 73 ◦ blue 186

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

Shades of Fuchsia #DB49BA

Tints of Fuchsia #DB49BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 45.82%
G = 15.27%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB49BA (or 0xDB49BA) is known color: Fuchsia. HEX triplet: DB, 49 and BA. RGB value is (219,73,186). Sum of RGB (Red+Green+Blue) = 219+73+186=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49BA is #24B645. Grayscale: #818181. Windows color (decimal): -2405958 or 12208603. OLE color: 12208603.

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

Color convert

RGB 219 73 186 -
CMYK 0 0.67 0.15 0.14
HSL 313.56º 0.67% 0.57% -
HSV(B) 313.56º 0.67% 0.86% -
XYZ 40.46 23.37 48.83 -
YUV 129.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 219 73 186 0 0.67 0.15 0.14 313.56 0.67 0.57
Hex DB 49 BA 0 43 F E 13A 43 39
Octal 333 111 272 0 103 17 16 472 103 71
Binary 11011011 1001001 10111010 0 1000011 1111 1110 100111010 1000011 111001

Color Harmonies of #DB49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49BA

Black with #DB49BA

Text Example


Text Example

White with #DB49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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