#DD5EBC

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

Shades of Free Speech Magenta #DD5EBC

Tints of Free Speech Magenta #DD5EBC

Color information

#DD5EBC (or 0xDD5EBC) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5E and BC. RGB value is (221,94,188). Sum of RGB (Red+Green+Blue) = 221+94+188=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5EBC is #22A143. Grayscale: #8E8E8E. Windows color (decimal): -2269508 or 12345053. OLE color: 12345053.

HSL color Cylindrical-coordinate representation of color #DD5EBC: hue angle of 315.59º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5EBC is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB22194188-
CMYK00.570.150.13
HSL315.59º65.13%61.76%-
HSV(B)315.59º57.47%86.67%-
XYZ42.927.0150.53-
YUV142.69153.58183.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 94 (37.11% from 255) = 18.69%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=43.94%
G=18.69%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219418800.570.150.13315.5965.1361.76
HexDD5EBC039FD13c413e
Octal335136274071171547410176
Binary110111011011110101111000111001111111011001111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5EBC; }

 p { color: rgb(221,94,188); }

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

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

 a { background-color: rgb(221,94,188); }

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

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

 span { border-color: rgb(221,94,188); }

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