#DD56E9

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

Shades of Free Speech Magenta #DD56E9

Tints of Free Speech Magenta #DD56E9

Color information

#DD56E9 (or 0xDD56E9) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 56 and E9. RGB value is (221,86,233). Sum of RGB (Red+Green+Blue) = 221+86+233=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD56E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD56E9 is #22A916. Grayscale: #8E8E8E. Windows color (decimal): -2271511 or 15292125. OLE color: 15292125.

HSL color Cylindrical-coordinate representation of color #DD56E9: hue angle of 295.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD56E9 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22186233-
CMYK0.050.6300.09
HSL295.1º76.96%62.55%-
HSV(B)295.1º63.09%91.37%-
XYZ47.8527.9179.96-
YUV143.12178.73183.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 86 (33.98% from 255) = 15.93%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=40.93%
G=15.93%
B=43.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221862330.050.6300.09295.176.9662.55
HexDD56E953F091274d3f
Octal33512635157701144711577
Binary11011101101011011101001101111111010011001001111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56E9; }

 p { color: rgb(221,86,233); }

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

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

 a { background-color: rgb(221,86,233); }

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

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

 span { border-color: rgb(221,86,233); }

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