#DB5CEE

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

Shades of Free Speech Magenta #DB5CEE

Tints of Free Speech Magenta #DB5CEE

Color information

#DB5CEE (or 0xDB5CEE) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 5C and EE. RGB value is (219,92,238). Sum of RGB (Red+Green+Blue) = 219+92+238=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB5CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CEE is #24A311. Grayscale: #929292. Windows color (decimal): -2401042 or 15621339. OLE color: 15621339.

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

Color convert

RGB21992238-
CMYK0.080.6100.07
HSL292.19º81.11%64.71%-
HSV(B)292.19º61.34%93.33%-
XYZ48.4728.8983.91-
YUV146.62179.58179.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 92 (36.33% from 255) = 16.76%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=39.89%
G=16.76%
B=43.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219922380.080.6100.07292.1981.1164.71
HexDB5CEE83D071245141
Octal333134356107507444121101
Binary110110111011100111011101000111101011110010010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5CEE; }

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

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

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

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

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

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

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

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