Html Css Color HEX #DB59EE Free Speech Magenta

📋 copy color: '#DB59EE'

red 219 ◦ green 89 ◦ blue 238

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

Shades of Free Speech Magenta #DB59EE

Tints of Free Speech Magenta #DB59EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 40.11%
G = 16.3%
B = 43.59%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB59EE (or 0xDB59EE) is known color: Free Speech Magenta. HEX triplet: DB, 59 and EE. RGB value is (219,89,238). Sum of RGB (Red+Green+Blue) = 219+89+238=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59EE is #24A611. Grayscale: #909090. Windows color (decimal): -2401810 or 15620571. OLE color: 15620571.

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

Color convert

RGB 219 89 238 -
CMYK 0.08 0.63 0 0.07
HSL 292.35º 0.81% 0.64% -
HSV(B) 292.35º 0.63% 0.93% -
XYZ 48.22 28.38 83.83 -
YUV 144.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 219 89 238 0.08 0.63 0 0.07 292.35 0.81 0.64
Hex DB 59 EE 8 3F 0 7 124 51 40
Octal 333 131 356 10 77 0 7 444 121 100
Binary 11011011 1011001 11101110 1000 111111 0 111 100100100 1010001 1000000

Color Harmonies of #DB59EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59EE

Black with #DB59EE

Text Example


Text Example

White with #DB59EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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