Html Css Color HEX #DB59EF Free Speech Magenta

📋 copy color: '#DB59EF'

red 219 ◦ green 89 ◦ blue 239

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

Shades of Free Speech Magenta #DB59EF

Tints of Free Speech Magenta #DB59EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 40.04%
G = 16.27%
B = 43.69%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB59EF (or 0xDB59EF) is known color: Free Speech Magenta. HEX triplet: DB, 59 and EF. RGB value is (219,89,239). Sum of RGB (Red+Green+Blue) = 219+89+239=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB59EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59EF is #24A610. Grayscale: #909090. Windows color (decimal): -2401809 or 15686107. OLE color: 15686107.

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

Color convert

RGB 219 89 239 -
CMYK 0.08 0.63 0 0.06
HSL 292º 0.82% 0.64% -
HSV(B) 292º 0.63% 0.94% -
XYZ 48.37 28.44 84.6 -
YUV 144.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 219 89 239 0.08 0.63 0 0.06 292 0.82 0.64
Hex DB 59 EF 8 3F 0 6 124 52 40
Octal 333 131 357 10 77 0 6 444 122 100
Binary 11011011 1011001 11101111 1000 111111 0 110 100100100 1010010 1000000

Color Harmonies of #DB59EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB59EF

Black with #DB59EF

Text Example


Text Example

White with #DB59EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB59EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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