Html Css Color HEX #DB59B2 Fuchsia

📋 copy color: '#DB59B2'

red 219 ◦ green 89 ◦ blue 178

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

Shades of Fuchsia #DB59B2

Tints of Fuchsia #DB59B2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.31%

 BLUE value IS 178 (69.92% from 255) = 36.63%

R = 45.06%
G = 18.31%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB59B2 (or 0xDB59B2) is known color: Fuchsia. HEX triplet: DB, 59 and B2. RGB value is (219,89,178). Sum of RGB (Red+Green+Blue) = 219+89+178=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB59B2 is #24A64D. Grayscale: #898989. Windows color (decimal): -2401870 or 11688411. OLE color: 11688411.

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

Color convert

RGB 219 89 178 -
CMYK 0 0.59 0.19 0.14
HSL 318.92º 0.64% 0.6% -
HSV(B) 318.92º 0.59% 0.86% -
XYZ 40.82 25.42 44.87 -
YUV 138.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 219 89 178 0 0.59 0.19 0.14 318.92 0.64 0.6
Hex DB 59 B2 0 3B 13 E 13F 40 3C
Octal 333 131 262 0 73 23 16 477 100 74
Binary 11011011 1011001 10110010 0 111011 10011 1110 100111111 1000000 111100

Color Harmonies of #DB59B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59B2

Black with #DB59B2

Text Example


Text Example

White with #DB59B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59B2; }

 p { color: rgb(219,89,178); }

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

background-color css

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

 a { background-color: rgb(219,89,178); }

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

border-color css

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

 span { border-color: rgb(219,89,178); }

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