Html Css Color HEX #DB59BE Free Speech Magenta

📋 copy color: '#DB59BE'

red 219 ◦ green 89 ◦ blue 190

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

Shades of Free Speech Magenta #DB59BE

Tints of Free Speech Magenta #DB59BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 43.98%
G = 17.87%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB59BE (or 0xDB59BE) is known color: Free Speech Magenta. HEX triplet: DB, 59 and BE. RGB value is (219,89,190). Sum of RGB (Red+Green+Blue) = 219+89+190=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59BE is #24A641. Grayscale: #8B8B8B. Windows color (decimal): -2401858 or 12474843. OLE color: 12474843.

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

Color convert

RGB 219 89 190 -
CMYK 0 0.59 0.13 0.14
HSL 313.38º 0.64% 0.6% -
HSV(B) 313.38º 0.59% 0.86% -
XYZ 42.08 25.92 51.5 -
YUV 139.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 219 89 190 0 0.59 0.13 0.14 313.38 0.64 0.6
Hex DB 59 BE 0 3B D E 139 40 3C
Octal 333 131 276 0 73 15 16 471 100 74
Binary 11011011 1011001 10111110 0 111011 1101 1110 100111001 1000000 111100

Color Harmonies of #DB59BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59BE

Black with #DB59BE

Text Example


Text Example

White with #DB59BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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