#DB5DEB

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

Shades of Free Speech Magenta #DB5DEB

Tints of Free Speech Magenta #DB5DEB

Color information

#DB5DEB (or 0xDB5DEB) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 5D and EB. RGB value is (219,93,235). Sum of RGB (Red+Green+Blue) = 219+93+235=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB5DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5DEB is #24A214. Grayscale: #929292. Windows color (decimal): -2400789 or 15424987. OLE color: 15424987.

HSL color Cylindrical-coordinate representation of color #DB5DEB: hue angle of 293.24º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5DEB is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21993235-
CMYK0.070.6000.08
HSL293.24º78.02%64.31%-
HSV(B)293.24º60.43%92.16%-
XYZ48.1228.8981.64-
YUV146.86177.74179.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 93 (36.72% from 255) = 17.00%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=40.04%
G=17.00%
B=42.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal219932350.070.6000.08293.2478.0264.31
HexDB5DEB73C081254e40
Octal333135353774010445116100
Binary110110111011101111010111111111000100010010010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5DEB; }

 p { color: rgb(219,93,235); }

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

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

 a { background-color: rgb(219,93,235); }

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

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

 span { border-color: rgb(219,93,235); }

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