#DB59EC

Color #DB59EC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DB59EC

Tints of Free Speech Magenta #DB59EC

Color information

#DB59EC (or 0xDB59EC) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 59 and EC. RGB value is (219,89,236). Sum of RGB (Red+Green+Blue) = 219+89+236=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59EC is #24A613. Grayscale: #909090. Windows color (decimal): -2401812 or 15489499. OLE color: 15489499.

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

Color convert

RGB21989236-
CMYK0.070.6200.07
HSL293.06º79.46%63.73%-
HSV(B)293.06º62.29%92.55%-
XYZ47.9328.2682.29-
YUV144.63179.57181.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 89 (35.16% from 255) = 16.36%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=40.26%
G=16.36%
B=43.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219892360.070.6200.07293.0679.4663.73
HexDB59EC73E071254f40
Octal33313135477607445117100
Binary11011011101100111101100111111110011110010010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB59EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB59EC; }

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

 H1.HeaderClassName
 {
   color: #DB59EC;
 }
 .AnyTagClassName
 {
   color: #DB59EC;
 }
</style>
background-color css

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

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

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

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

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

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