Html Css Color HEX #DB54BA Fuchsia

📋 copy color: '#DB54BA'

red 219 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #DB54BA

Tints of Fuchsia #DB54BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.18%

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

R = 44.79%
G = 17.18%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB54BA (or 0xDB54BA) is known color: Fuchsia. HEX triplet: DB, 54 and BA. RGB value is (219,84,186). Sum of RGB (Red+Green+Blue) = 219+84+186=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54BA is #24AB45. Grayscale: #878787. Windows color (decimal): -2403142 or 12211419. OLE color: 12211419.

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

Color convert

RGB 219 84 186 -
CMYK 0 0.62 0.15 0.14
HSL 314.67º 0.65% 0.59% -
HSV(B) 314.67º 0.62% 0.86% -
XYZ 41.25 24.95 49.1 -
YUV 135.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 219 84 186 0 0.62 0.15 0.14 314.67 0.65 0.59
Hex DB 54 BA 0 3E F E 13B 41 3B
Octal 333 124 272 0 76 17 16 473 101 73
Binary 11011011 1010100 10111010 0 111110 1111 1110 100111011 1000001 111011

Color Harmonies of #DB54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB54BA

Black with #DB54BA

Text Example


Text Example

White with #DB54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB54BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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