#DB55E6

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

Shades of Free Speech Magenta #DB55E6

Tints of Free Speech Magenta #DB55E6

Color information

#DB55E6 (or 0xDB55E6) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 55 and E6. RGB value is (219,85,230). Sum of RGB (Red+Green+Blue) = 219+85+230=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB55E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55E6 is #24AA19. Grayscale: #8D8D8D. Windows color (decimal): -2402842 or 15095259. OLE color: 15095259.

HSL color Cylindrical-coordinate representation of color #DB55E6: hue angle of 295.45º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB55E6 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21985230-
CMYK0.050.6300.10
HSL295.45º74.36%61.76%-
HSV(B)295.45º63.04%90.2%-
XYZ46.7427.2777.66-
YUV141.6177.89183.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 85 (33.59% from 255) = 15.92%
BLUE value IS 230 (90.23% from 255) = 43.07%
R=41.01%
G=15.92%
B=43.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal219852300.050.6300.10295.4574.3661.76
HexDB55E653F0A1274a3e
Octal33312534657701244711276
Binary11011011101010111100110101111111010101001001111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB55E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB55E6; }

 p { color: rgb(219,85,230); }

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

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

 a { background-color: rgb(219,85,230); }

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

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

 span { border-color: rgb(219,85,230); }

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