#db5ec4

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

Shades of Free Speech Magenta #DB5EC4

Tints of Free Speech Magenta #DB5EC4

Color information

#DB5EC4 (or 0xDB5EC4) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 5E and C4. RGB value is (219,94,196). Sum of RGB (Red+Green+Blue) = 219+94+196=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5EC4 is #24A13B. Grayscale: #8E8E8E. Windows color (decimal): -2400572 or 12869339. OLE color: 12869339.

HSL color Cylindrical-coordinate representation of color #DB5EC4: hue angle of 311.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5EC4 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB21994196-
CMYK00.570.110.14
HSL311.04º63.45%61.37%-
HSV(B)311.04º57.08%85.88%-
XYZ43.1827.0555.17-
YUV143157.91182.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.03%
GREEN value IS 94 (37.11% from 255) = 18.47%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=43.03%
G=18.47%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199419600.570.110.14311.0463.4561.37
HexDB5EC4039BE1373f3d
Octal33313630407113164677775
Binary11011011101111011000100011100110111110100110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db5ec4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db5ec4; }

 p { color: rgb(219,94,196); }

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

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

 a { background-color: rgb(219,94,196); }

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

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

 span { border-color: rgb(219,94,196); }

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