Html Css Color HEX #DB49BE Fuchsia

📋 copy color: '#DB49BE'

red 219 ◦ green 73 ◦ blue 190

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

Shades of Fuchsia #DB49BE

Tints of Fuchsia #DB49BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 45.44%
G = 15.15%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB49BE (or 0xDB49BE) is known color: Fuchsia. HEX triplet: DB, 49 and BE. RGB value is (219,73,190). Sum of RGB (Red+Green+Blue) = 219+73+190=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49BE is #24B641. Grayscale: #818181. Windows color (decimal): -2405954 or 12470747. OLE color: 12470747.

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

Color convert

RGB 219 73 190 -
CMYK 0 0.67 0.13 0.14
HSL 311.92º 0.67% 0.57% -
HSV(B) 311.92º 0.67% 0.86% -
XYZ 40.89 23.54 51.1 -
YUV 129.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 219 73 190 0 0.67 0.13 0.14 311.92 0.67 0.57
Hex DB 49 BE 0 43 D E 138 43 39
Octal 333 111 276 0 103 15 16 470 103 71
Binary 11011011 1001001 10111110 0 1000011 1101 1110 100111000 1000011 111001

Color Harmonies of #DB49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49BE

Black with #DB49BE

Text Example


Text Example

White with #DB49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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