#DD58E3

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

Shades of Free Speech Magenta #DD58E3

Tints of Free Speech Magenta #DD58E3

Color information

#DD58E3 (or 0xDD58E3) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 58 and E3. RGB value is (221,88,227). Sum of RGB (Red+Green+Blue) = 221+88+227=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD58E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58E3 is #22A71C. Grayscale: #8F8F8F. Windows color (decimal): -2271005 or 14899421. OLE color: 14899421.

HSL color Cylindrical-coordinate representation of color #DD58E3: hue angle of 297.41º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD58E3 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22188227-
CMYK0.030.6100.11
HSL297.41º71.28%61.76%-
HSV(B)297.41º61.23%89.02%-
XYZ47.1727.975.57-
YUV143.61175.06183.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 88 (34.77% from 255) = 16.42%
BLUE value IS 227 (89.06% from 255) = 42.35%
R=41.23%
G=16.42%
B=42.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221882270.030.6100.11297.4171.2861.76
HexDD58E333D0B129473e
Octal33513034337501345110776
Binary1101110110110001110001111111101010111001010011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD58E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD58E3; }

 p { color: rgb(221,88,227); }

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

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

 a { background-color: rgb(221,88,227); }

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

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

 span { border-color: rgb(221,88,227); }

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