Html Css Color HEX #DB59EB Free Speech Magenta

📋 copy color: '#DB59EB'

red 219 ◦ green 89 ◦ blue 235

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

Shades of Free Speech Magenta #DB59EB

Tints of Free Speech Magenta #DB59EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 40.33%
G = 16.39%
B = 43.28%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB59EB (or 0xDB59EB) is known color: Free Speech Magenta. HEX triplet: DB, 59 and EB. RGB value is (219,89,235). Sum of RGB (Red+Green+Blue) = 219+89+235=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB59EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59EB is #24A614. Grayscale: #909090. Windows color (decimal): -2401813 or 15423963. OLE color: 15423963.

HSL color Cylindrical-coordinate representation of color #DB59EB: hue angle of 293.42º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB59EB is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 89 235 -
CMYK 0.07 0.62 0 0.08
HSL 293.42º 0.78% 0.64% -
HSV(B) 293.42º 0.62% 0.92% -
XYZ 47.78 28.2 81.52 -
YUV 144.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 219 89 235 0.07 0.62 0 0.08 293.42 0.78 0.64
Hex DB 59 EB 7 3E 0 8 125 4E 40
Octal 333 131 353 7 76 0 10 445 116 100
Binary 11011011 1011001 11101011 111 111110 0 1000 100100101 1001110 1000000

Color Harmonies of #DB59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59EB

Black with #DB59EB

Text Example


Text Example

White with #DB59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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