#DB3EC5

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

Shades of Free Speech Magenta #DB3EC5

Tints of Free Speech Magenta #DB3EC5

Color information

#DB3EC5 (or 0xDB3EC5) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 3E and C5. RGB value is (219,62,197). Sum of RGB (Red+Green+Blue) = 219+62+197=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3EC5 is #24C13A. Grayscale: #7B7B7B. Windows color (decimal): -2408763 or 12926683. OLE color: 12926683.

HSL color Cylindrical-coordinate representation of color #DB3EC5: hue angle of 308.41º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3EC5 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB21962197-
CMYK00.720.100.14
HSL308.41º68.56%55.1%-
HSV(B)308.41º71.69%85.88%-
XYZ41.0122.5455.01-
YUV124.33169.01195.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.82%
GREEN value IS 62 (24.61% from 255) = 12.97%
BLUE value IS 197 (77.34% from 255) = 41.21%
R=45.82%
G=12.97%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196219700.720.100.14308.4168.5655.1
HexDB3EC5048AE1344537
Octal333763050110121646410567
Binary110110111111101100010101001000101011101001101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3EC5; }

 p { color: rgb(219,62,197); }

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

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

 a { background-color: rgb(219,62,197); }

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

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

 span { border-color: rgb(219,62,197); }

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