Html Css Color HEX #DB59BA Free Speech Magenta

📋 copy color: '#DB59BA'

red 219 ◦ green 89 ◦ blue 186

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

Shades of Free Speech Magenta #DB59BA

Tints of Free Speech Magenta #DB59BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 44.33%
G = 18.02%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB59BA (or 0xDB59BA) is known color: Free Speech Magenta. HEX triplet: DB, 59 and BA. RGB value is (219,89,186). Sum of RGB (Red+Green+Blue) = 219+89+186=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB59BA is #24A645. Grayscale: #8A8A8A. Windows color (decimal): -2401862 or 12212699. OLE color: 12212699.

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

Color convert

RGB 219 89 186 -
CMYK 0 0.59 0.15 0.14
HSL 315.23º 0.64% 0.6% -
HSV(B) 315.23º 0.59% 0.86% -
XYZ 41.65 25.75 49.23 -
YUV 138.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 219 89 186 0 0.59 0.15 0.14 315.23 0.64 0.6
Hex DB 59 BA 0 3B F E 13B 40 3C
Octal 333 131 272 0 73 17 16 473 100 74
Binary 11011011 1011001 10111010 0 111011 1111 1110 100111011 1000000 111100

Color Harmonies of #DB59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59BA

Black with #DB59BA

Text Example


Text Example

White with #DB59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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