#DB50ED

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

Shades of Free Speech Magenta #DB50ED

Tints of Free Speech Magenta #DB50ED

Color information

#DB50ED (or 0xDB50ED) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 50 and ED. RGB value is (219,80,237). Sum of RGB (Red+Green+Blue) = 219+80+237=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB50ED is #24AF12. Grayscale: #8A8A8A. Windows color (decimal): -2404115 or 15552731. OLE color: 15552731.

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

Color convert

RGB21980237-
CMYK0.080.6600.07
HSL293.12º81.35%62.16%-
HSV(B)293.12º66.24%92.94%-
XYZ47.3726.9182.82-
YUV139.46183.05184.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.86%
GREEN value IS 80 (31.64% from 255) = 14.93%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=40.86%
G=14.93%
B=44.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219802370.080.6600.07293.1281.3562.16
HexDB50ED84207125513e
Octal333120355101020744512176
Binary110110111010000111011011000100001001111001001011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB50ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB50ED; }

 p { color: rgb(219,80,237); }

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

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

 a { background-color: rgb(219,80,237); }

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

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

 span { border-color: rgb(219,80,237); }

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