#DB39EA

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

Shades of Free Speech Magenta #DB39EA

Tints of Free Speech Magenta #DB39EA

Color information

#DB39EA (or 0xDB39EA) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 39 and EA. RGB value is (219,57,234). Sum of RGB (Red+Green+Blue) = 219+57+234=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 57 (22.66% from 255 or 11.18% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB39EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB39EA is #24C615. Grayscale: #7D7D7D. Windows color (decimal): -2410006 or 15350235. OLE color: 15350235.

HSL color Cylindrical-coordinate representation of color #DB39EA: hue angle of 294.92º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB39EA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21957234-
CMYK0.060.7600.08
HSL294.92º80.82%57.06%-
HSV(B)294.92º75.64%91.76%-
XYZ45.5323.9380.06-
YUV125.62189.17194.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 57 (22.66% from 255) = 11.18%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=42.94%
G=11.18%
B=45.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal219572340.060.7600.08294.9280.8257.06
HexDB39EA64C081275139
Octal33371352611401044712171
Binary11011011111001111010101101001100010001001001111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB39EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB39EA; }

 p { color: rgb(219,57,234); }

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

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

 a { background-color: rgb(219,57,234); }

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

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

 span { border-color: rgb(219,57,234); }

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