#DB40EA

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

Shades of Free Speech Magenta #DB40EA

Tints of Free Speech Magenta #DB40EA

Color information

#DB40EA (or 0xDB40EA) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 40 and EA. RGB value is (219,64,234). Sum of RGB (Red+Green+Blue) = 219+64+234=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB40EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40EA is #24BF15. Grayscale: #818181. Windows color (decimal): -2408214 or 15352027. OLE color: 15352027.

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

Color convert

RGB21964234-
CMYK0.060.7300.08
HSL294.71º80.19%58.43%-
HSV(B)294.71º72.65%91.76%-
XYZ45.924.6780.18-
YUV129.72186.85191.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 64 (25.39% from 255) = 12.38%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=42.36%
G=12.38%
B=45.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal219642340.060.7300.08294.7180.1958.43
HexDB40EA64908127503a
Octal333100352611101044712072
Binary110110111000000111010101101001001010001001001111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB40EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB40EA; }

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

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

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

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

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

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

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

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