Html Css Color HEX #DB58B1 Fuchsia

📋 copy color: '#DB58B1'

red 219 ◦ green 88 ◦ blue 177

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

Shades of Fuchsia #DB58B1

Tints of Fuchsia #DB58B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.57%

R = 45.25%
G = 18.18%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB58B1 (or 0xDB58B1) is known color: Fuchsia. HEX triplet: DB, 58 and B1. RGB value is (219,88,177). Sum of RGB (Red+Green+Blue) = 219+88+177=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58B1 is #24A74E. Grayscale: #898989. Windows color (decimal): -2402127 or 11622619. OLE color: 11622619.

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

Color convert

RGB 219 88 177 -
CMYK 0 0.60 0.19 0.14
HSL 319.24º 0.65% 0.6% -
HSV(B) 319.24º 0.6% 0.86% -
XYZ 40.64 25.21 44.32 -
YUV 137.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 219 88 177 0 0.60 0.19 0.14 319.24 0.65 0.6
Hex DB 58 B1 0 3C 13 E 13F 41 3C
Octal 333 130 261 0 74 23 16 477 101 74
Binary 11011011 1011000 10110001 0 111100 10011 1110 100111111 1000001 111100

Color Harmonies of #DB58B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB58B1

Black with #DB58B1

Text Example


Text Example

White with #DB58B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB58B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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