#DB5BEE

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

Shades of Free Speech Magenta #DB5BEE

Tints of Free Speech Magenta #DB5BEE

Color information

#DB5BEE (or 0xDB5BEE) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 5B and EE. RGB value is (219,91,238). Sum of RGB (Red+Green+Blue) = 219+91+238=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB5BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BEE is #24A411. Grayscale: #919191. Windows color (decimal): -2401298 or 15621083. OLE color: 15621083.

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

Color convert

RGB21991238-
CMYK0.080.6200.07
HSL292.24º81.22%64.51%-
HSV(B)292.24º61.76%93.33%-
XYZ48.3928.7283.88-
YUV146.03179.91180.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 91 (35.94% from 255) = 16.61%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=39.96%
G=16.61%
B=43.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219912380.080.6200.07292.2481.2264.51
HexDB5BEE83E071245141
Octal333133356107607444121101
Binary110110111011011111011101000111110011110010010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5BEE; }

 p { color: rgb(219,91,238); }

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

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

 a { background-color: rgb(219,91,238); }

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

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

 span { border-color: rgb(219,91,238); }

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