Html Css Color HEX #DB59B9 Fuchsia

📋 copy color: '#DB59B9'

red 219 ◦ green 89 ◦ blue 185

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

Shades of Fuchsia #DB59B9

Tints of Fuchsia #DB59B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 44.42%
G = 18.05%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB59B9 (or 0xDB59B9) is known color: Fuchsia. HEX triplet: DB, 59 and B9. RGB value is (219,89,185). Sum of RGB (Red+Green+Blue) = 219+89+185=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59B9 is #24A646. Grayscale: #8A8A8A. Windows color (decimal): -2401863 or 12147163. OLE color: 12147163.

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

Color convert

RGB 219 89 185 -
CMYK 0 0.59 0.16 0.14
HSL 315.69º 0.64% 0.6% -
HSV(B) 315.69º 0.59% 0.86% -
XYZ 41.54 25.71 48.67 -
YUV 138.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 219 89 185 0 0.59 0.16 0.14 315.69 0.64 0.6
Hex DB 59 B9 0 3B 10 E 13C 40 3C
Octal 333 131 271 0 73 20 16 474 100 74
Binary 11011011 1011001 10111001 0 111011 10000 1110 100111100 1000000 111100

Color Harmonies of #DB59B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59B9

Black with #DB59B9

Text Example


Text Example

White with #DB59B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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