Html Css Color HEX #DB58B5 Fuchsia

📋 copy color: '#DB58B5'

red 219 ◦ green 88 ◦ blue 181

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

Shades of Fuchsia #DB58B5

Tints of Fuchsia #DB58B5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 44.88%
G = 18.03%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DB58B5 (or 0xDB58B5) is known color: Fuchsia. HEX triplet: DB, 58 and B5. RGB value is (219,88,181). Sum of RGB (Red+Green+Blue) = 219+88+181=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58B5 is #24A74A. Grayscale: #898989. Windows color (decimal): -2402123 or 11884763. OLE color: 11884763.

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

Color convert

RGB 219 88 181 -
CMYK 0 0.60 0.17 0.14
HSL 317.4º 0.65% 0.6% -
HSV(B) 317.4º 0.6% 0.86% -
XYZ 41.04 25.38 46.45 -
YUV 137.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 219 88 181 0 0.60 0.17 0.14 317.4 0.65 0.6
Hex DB 58 B5 0 3C 11 E 13D 41 3C
Octal 333 130 265 0 74 21 16 475 101 74
Binary 11011011 1011000 10110101 0 111100 10001 1110 100111101 1000001 111100

Color Harmonies of #DB58B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58B5

Black with #DB58B5

Text Example


Text Example

White with #DB58B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58B5; }

 p { color: rgb(219,88,181); }

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

background-color css

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

 a { background-color: rgb(219,88,181); }

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

border-color css

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

 span { border-color: rgb(219,88,181); }

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