Html Css Color HEX #DB54B3 Fuchsia

📋 copy color: '#DB54B3'

red 219 ◦ green 84 ◦ blue 179

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

Shades of Fuchsia #DB54B3

Tints of Fuchsia #DB54B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.14%

R = 45.44%
G = 17.43%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB54B3 (or 0xDB54B3) is known color: Fuchsia. HEX triplet: DB, 54 and B3. RGB value is (219,84,179). Sum of RGB (Red+Green+Blue) = 219+84+179=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB54B3 is #24AB4C. Grayscale: #868686. Windows color (decimal): -2403149 or 11752667. OLE color: 11752667.

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

Color convert

RGB 219 84 179 -
CMYK 0 0.62 0.18 0.14
HSL 317.78º 0.65% 0.59% -
HSV(B) 317.78º 0.62% 0.86% -
XYZ 40.52 24.66 45.27 -
YUV 135.2 152.73 187.78 -
System Red Green Blue C M Y K H S L
Decimal 219 84 179 0 0.62 0.18 0.14 317.78 0.65 0.59
Hex DB 54 B3 0 3E 12 E 13E 41 3B
Octal 333 124 263 0 76 22 16 476 101 73
Binary 11011011 1010100 10110011 0 111110 10010 1110 100111110 1000001 111011

Color Harmonies of #DB54B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB54B3

Black with #DB54B3

Text Example


Text Example

White with #DB54B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB54B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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